Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retreive webpage with winsock
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00700334
Message ID:
00703796
Views:
15
Hi,

The best method (for my application) was using the URLDownloadToFile API, in URLMON.DLL just using a temp file to retreive HTML code and use FileToStr function to get it in a variable or in an EditBox
Declare integer URLDownloadToFile in urlmon integer pCaller, string szURL, String szFileName, Integer dwReserved, integer lpfnCB
I hope it will help...

Thierry
Previous
Reply
Map
View

Click here to load this message in the networking platform