Can anyone tell me all the commands (controls) for the Webbrowser (Shdocvw.dll) control? Like how to go back, forward, stop, refresh...etc.
Printable View
Can anyone tell me all the commands (controls) for the Webbrowser (Shdocvw.dll) control? Like how to go back, forward, stop, refresh...etc.
Here they are:
Even though this is not a complete list, but these are theCode:WebBrowser1.GoBack
WebBrowser1.GoForward
WebBrowser1.GoHome
WebBrowser1.GoSearch
WebBrowser1.Refresh
WebBrowser1.Navigate "www.YourSite.com"
WebBrowser1.Refresh
'Here's how to print
WebBrowser1.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER
most commonly used.
Thank You. I was wondering though...anyway to download with the WebBrowser control and actually save it to your computer automatically?
[Edited by Matthew Gates on 05-04-2000 at 12:15 PM]