Results 1 to 3 of 3

Thread: Webbrowser commands?

  1. #1
    Guest

    Question

    Can anyone tell me all the commands (controls) for the Webbrowser (Shdocvw.dll) control? Like how to go back, forward, stop, refresh...etc.

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Lightbulb

    Here they are:
    Code:
        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
    Even though this is not a complete list, but these are the
    most commonly used.

  3. #3
    Guest

    Wink

    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]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width