WinInet and C# . Where to find examples?

  • Thread starter Thread starter netuser
  • Start date Start date
N

netuser

Where can I find examples how to use WinInet in C#? I saw
some in Wisual Basic, but none in C#.
Thanks.
 
netuser said:
Where can I find examples how to use WinInet in C#? I saw
some in Wisual Basic, but none in C#.


What are you trying to do, exactly? Much of WinInet's
functionality is available natively in .NET without having
to use PInvoke wizardry.

-c
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top