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
 
Back
Top