Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInternetFindNextFile??? Pin
_AnsHUMAN_ 20-Jul-06 3:45
_AnsHUMAN_ 20-Jul-06 3:45 
AnswerRe: InternetFindNextFile??? Pin
earl20-Jul-06 3:47
earl20-Jul-06 3:47 
QuestionRe: InternetFindNextFile??? Pin
David Crow20-Jul-06 4:14
David Crow20-Jul-06 4:14 
AnswerRe: InternetFindNextFile??? Pin
_AnsHUMAN_ 20-Jul-06 4:19
_AnsHUMAN_ 20-Jul-06 4:19 
GeneralRe: InternetFindNextFile??? Pin
David Crow20-Jul-06 4:28
David Crow20-Jul-06 4:28 
GeneralRe: InternetFindNextFile??? Pin
_AnsHUMAN_ 20-Jul-06 18:20
_AnsHUMAN_ 20-Jul-06 18:20 
GeneralRe: InternetFindNextFile??? Pin
David Crow21-Jul-06 2:40
David Crow21-Jul-06 2:40 
GeneralRe: InternetFindNextFile??? [modified] Pin
_AnsHUMAN_ 21-Jul-06 2:45
_AnsHUMAN_ 21-Jul-06 2:45 
Thanks again David. I managed to get that working earlier.
Can you provide me a link on how could I set up a callback function for InternetStatusCallback. At present I am doing this way

hInetOpen = InternetOpen("MyFTPClient",INTERNET_OPEN_TYPE_DIRECT,NULL,NULL,INTERNET_FLAG_ASYNC);
	INTERNET_STATUS_CALLBACK inetStatusCallback  =InternetSetStatusCallback(hInetOpen ,(INTERNET_STATUS_CALLBACK)InternetStatusCallback );
	if(inetStatusCallback  == INTERNET_INVALID_STATUS_CALLBACK)
	{
		CString szErrMsg;
		szErrMsg.Format("%s: %d", "InternetData : InternetSetStatusCallback: ",GetLastError());
		return false;
	}

I am getting an error "type cast' : cannot convert from 'overloaded-function' to 'INTERNET_STATUS_CALLBACK'
"
Thanks.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_


-- modified at 8:46 Friday 21st July, 2006
GeneralRe: InternetFindNextFile??? Pin
David Crow21-Jul-06 3:44
David Crow21-Jul-06 3:44 
GeneralRe: InternetFindNextFile??? Pin
_AnsHUMAN_ 21-Jul-06 3:59
_AnsHUMAN_ 21-Jul-06 3:59 
QuestionRe: InternetFindNextFile??? Pin
David Crow21-Jul-06 4:31
David Crow21-Jul-06 4:31 
AnswerRe: InternetFindNextFile??? Pin
_AnsHUMAN_ 21-Jul-06 4:40
_AnsHUMAN_ 21-Jul-06 4:40 
QuestionRe: InternetFindNextFile??? Pin
David Crow21-Jul-06 5:04
David Crow21-Jul-06 5:04 
Question[Message Deleted] Pin
stancrm20-Jul-06 2:48
stancrm20-Jul-06 2:48 
AnswerRe: Casting problem (String* to LPCVOID) Pin
Cedric Moonen20-Jul-06 3:13
Cedric Moonen20-Jul-06 3:13 
JokeRe: Casting problem (String* to LPCVOID) Pin
toxcct20-Jul-06 3:20
toxcct20-Jul-06 3:20 
GeneralRe: Casting problem (String* to LPCVOID) Pin
David Crow20-Jul-06 3:25
David Crow20-Jul-06 3:25 
GeneralRe: Casting problem (String* to LPCVOID) Pin
David Crow20-Jul-06 3:30
David Crow20-Jul-06 3:30 
AnswerRe: Casting problem (String* to LPCVOID) Pin
toxcct20-Jul-06 3:22
toxcct20-Jul-06 3:22 
GeneralRe: Casting problem (String* to LPCVOID) Pin
toxcct20-Jul-06 3:28
toxcct20-Jul-06 3:28 
AnswerRe: [Message Deleted] Pin
ThatsAlok20-Jul-06 23:28
ThatsAlok20-Jul-06 23:28 
Questionhow to get all invoked system API of a program Pin
George_George20-Jul-06 2:33
George_George20-Jul-06 2:33 
AnswerRe: how to get all invoked system API of a program Pin
toxcct20-Jul-06 2:40
toxcct20-Jul-06 2:40 
GeneralRe: how to get all invoked system API of a program Pin
George_George20-Jul-06 3:33
George_George20-Jul-06 3:33 
GeneralRe: how to get all invoked system API of a program Pin
toxcct20-Jul-06 3:36
toxcct20-Jul-06 3:36 

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.