Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUsing Datagrid activeX Pin
NorGUI4-Oct-06 21:54
NorGUI4-Oct-06 21:54 
QuestionHow to control in VC6 Pin
tamasan4-Oct-06 21:37
tamasan4-Oct-06 21:37 
AnswerRe: How to control in VC6 Pin
_AnsHUMAN_ 4-Oct-06 21:45
_AnsHUMAN_ 4-Oct-06 21:45 
AnswerRe: How to control in VC6 Pin
Hamid_RT4-Oct-06 22:01
Hamid_RT4-Oct-06 22:01 
GeneralRe: How to control in VC6 Pin
tamasan4-Oct-06 22:13
tamasan4-Oct-06 22:13 
GeneralRe: How to control in VC6 Pin
Hamid_RT5-Oct-06 0:07
Hamid_RT5-Oct-06 0:07 
AnswerRe: How to control in VC6 Pin
toxcct5-Oct-06 0:02
toxcct5-Oct-06 0:02 
QuestionFtpCommand not defined in Visual Studio Pin
codepanter4-Oct-06 21:21
codepanter4-Oct-06 21:21 
1)In my application im calling this function

::FtpCommand(hConnect, // WinInet Connection handle
FALSE, // No, I don't expect a response
FTP_TRANSFER_TYPE_BINARY, // I'm receiving ASCII
strSeekOffsetCMD.c_str(), // This is the FTP command I am passing
0, // No context needed
&hResponse); // The handle to read the response

But im getting error like this......

C:\Documents and Settings\Administrator\Desktop\pr\PauseResumeDemoDlg.cpp(311) : error C2039: 'FtpCommand' : is not a member of '`global namespace''
C:\Documents and Settings\Administrator\Desktop\pr\PauseResumeDemoDlg.cpp(311) : error C2065: 'FtpCommand' : undeclared identifier
Error executing cl.exe.

this FtpCommand has to be declared in WinInet.h.................but in VC98
it is not defined how can i solve this issue .....................

AnswerRe: FtpCommand not defined in Visual Studio Pin
_AnsHUMAN_ 4-Oct-06 21:39
_AnsHUMAN_ 4-Oct-06 21:39 
AnswerRe: FtpCommand not defined in Visual Studio Pin
David Crow5-Oct-06 3:06
David Crow5-Oct-06 3:06 
QuestionChanging Dialog Template Dynamically Pin
Reji_Kumar4-Oct-06 20:21
Reji_Kumar4-Oct-06 20:21 
AnswerRe: Changing Dialog Template Dynamically Pin
Mohammad A Gdeisat4-Oct-06 23:53
Mohammad A Gdeisat4-Oct-06 23:53 
QuestionRe: Changing Dialog Template Dynamically Pin
Reji_Kumar4-Oct-06 23:55
Reji_Kumar4-Oct-06 23:55 
Questionproblem Pin
gentleguy4-Oct-06 19:57
gentleguy4-Oct-06 19:57 
QuestionRe: problem Pin
Hamid_RT4-Oct-06 20:18
Hamid_RT4-Oct-06 20:18 
QuestionIIS Admin from C++ Pin
Anilkumar K V4-Oct-06 19:57
Anilkumar K V4-Oct-06 19:57 
AnswerRe: IIS Admin from C++ Pin
Hamid_RT4-Oct-06 20:13
Hamid_RT4-Oct-06 20:13 
QuestionSend mail Pin
vivek.s.vivek4-Oct-06 19:55
vivek.s.vivek4-Oct-06 19:55 
AnswerRe: Send mail Pin
Anilkumar K V4-Oct-06 19:59
Anilkumar K V4-Oct-06 19:59 
AnswerRe: Send mail Pin
Hamid_RT4-Oct-06 20:08
Hamid_RT4-Oct-06 20:08 
JokeRe: Send mail Pin
Monty24-Oct-06 20:36
Monty24-Oct-06 20:36 
GeneralRe: Send mail Pin
Eytukan4-Oct-06 22:46
Eytukan4-Oct-06 22:46 
AnswerRe: Send mail Pin
Rajesh R Subramanian5-Oct-06 0:38
professionalRajesh R Subramanian5-Oct-06 0:38 
AnswerRe: Send mail Pin
David Crow5-Oct-06 3:09
David Crow5-Oct-06 3:09 
QuestionOut of process windows dialog position Pin
ugoel4-Oct-06 19:27
ugoel4-Oct-06 19:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.