Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Howto use PROXY settings in WININET.DLL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00712750
Message ID:
00712778
Vues:
8
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform