Click to See Complete Forum and Search --> : Use of wininet.dll functions asyncronously


September 13th, 1999, 04:35 AM
I'd like to use Wininet.dll functions via API asyncronously. I know that it can be possible using vc++ but I dont know if it's possible using VB. Someone knows something about it ? Someone knows the way to do this ?
Thank you

Ramos.E@teleline.es

Lothar Haensler
September 13th, 1999, 04:44 AM
although I haven't tried it, I assume that it works.
With VB (6) you can use the AddressOf operator to get the address of the internet callback function that you need to pass to InternetSetStatusCallback.