Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to SaveAs with _WebBrowser4?
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01254268
Message ID:
01254335
Views:
8
>I have a _WebBrowser4 control on my form. I’m looking for a way to “SaveAs” the current page, similar to Internet Explorer File, Save As, and “Webpage, complete”. Can you help?

You may try to use Execwb method, like:
form_name.webcontrol.Execwb(4,2, "c:\hello.html")

The full description of this method you can find in help files like
Ieref.chm, or Shellcc.chm, which are likely already on your PC.
Previous
Reply
Map
View

Click here to load this message in the networking platform