|
-
September 23rd, 1999, 11:16 AM
#1
status call back
anyone have example of how to set
InternetSetStatusCallback function?
-
October 12th, 1999, 01:36 PM
#2
Re: status call back
' set the callback function
private Declare Function InternetSetStatusCallback Lib "wininet.dll" _
Alias "InternetSetStatusCallbackA" (byval hInternet as Long, _
byval lpfnInternetCallback as Long) as Long
Call InternetSetStatusCallback(hInternetSession, lpfnCallback)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|