CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Use of wininet.dll functions asyncronously

    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]


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Use of wininet.dll functions asyncronously

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured