Muthu Ram
September 23rd, 1999, 11:16 AM
anyone have example of how to set
InternetSetStatusCallback function?
InternetSetStatusCallback function?
|
Click to See Complete Forum and Search --> : status call back Muthu Ram September 23rd, 1999, 11:16 AM anyone have example of how to set InternetSetStatusCallback function? Muthu Ram October 12th, 1999, 01:36 PM ' 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) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |