Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Howto use PROXY settings in WININET.DLL
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00712750
Message ID:
00712778
Views:
7
>Hello!
>
>I have the problem to get an Internet connection thru a Proxy from a client.
>Does anyone know how to let the user or program use the Proxy Server?
>I use the InternetOpen Command to get a connection, but I dont know how to use the Proxy.
>
>DECLARE Integer InternetOpen IN WinInet ;
> String @lpcAgent, Integer nAccessType, String lpcProxyName, ;
> String lpcProxyBypass, Integer nFlags
>
>DECLARE Integer InternetConnect IN WinInet ;
> Integer nInet_Handle, String @lpcServer, Short nPort, String @lpcUserName, ;
> String @lpcPassword, Integer nService, Integer nFlags, Integer nContext

Hi Marvin

I had a long fight with the WinInet dll (and it's multiple versions depending on the version of IE) and end up using some excelent VFP wrapper classes provided by Rick Strahl, now called West Wind Internet Protocols (formerly wwIpStuff)

I don't know if it's free stuff, shareware or what.. you may check his site.
------------------
Jose Marcenaro
Tercer Planeta - Argentina
http://www.tercerplaneta.com
Previous
Reply
Map
View

Click here to load this message in the networking platform