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
[email protected]
Printable View
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
[email protected]
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.