N netuser Aug 19, 2003 #1 Where can I find examples how to use WinInet in C#? I saw some in Wisual Basic, but none in C#. Thanks.
Where can I find examples how to use WinInet in C#? I saw some in Wisual Basic, but none in C#. Thanks.
C Chad Myers Aug 19, 2003 #2 netuser said: Where can I find examples how to use WinInet in C#? I saw some in Wisual Basic, but none in C#. Click to expand... What are you trying to do, exactly? Much of WinInet's functionality is available natively in .NET without having to use PInvoke wizardry. -c
netuser said: Where can I find examples how to use WinInet in C#? I saw some in Wisual Basic, but none in C#. Click to expand... What are you trying to do, exactly? Much of WinInet's functionality is available natively in .NET without having to use PInvoke wizardry. -c
C Chad Myers Aug 19, 2003 #3 System.Net.WebClient -c netuser said: For example open a site and save its HTML source in the hard drive as html file. Click to expand...
System.Net.WebClient -c netuser said: For example open a site and save its HTML source in the hard drive as html file. Click to expand...