Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy Web Page Source from Internet Explorer Programmatic
Message
From
10/09/2007 21:07:18
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01253446
Message ID:
01253591
Views:
25
>Thanks everyone! Looks like Cetin's method is going to work for us, but I will keep Dragan's method on file for future need. Thanks for the extra info Thomas!!

You may want to use DeleteUrlCacheEntry before URLDownloadToFile so you dont get a cached copy of the file:
Declare Integer DeleteUrlCacheEntry In wininet;
  STRING lpszUrlName


DeleteUrlCacheEntry(m.lcURL)

URLDownloadToFile(0, m.lcURL, m.lcFileA, 0,0)
Carlos Alloatti
Previous
Reply
Map
View

Click here to load this message in the networking platform