Computing.Net > Forums > Programming > vbscript to open URL needs refining

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

vbscript to open URL needs refining

Reply to Message Icon

Name: brian32
Date: May 2, 2005 at 18:50:03 Pacific
OS: XP Pro
Comment:

Below is a simple script that will open the Microsoft home page. You can modify the toolbars' values to display or hide as you see fit.

Can someone help with the toolbar buttons? Even though the option exists to display or hide the entire toolbar, is there a way to display only certain toolbar buttons on the window?

For example, is there a way - through the script :) - to display just the back and forward buttons?

Thanks!


dim Window

set Window = CreateObject("InternetExplorer.Application")

Window.RegisterAsBrowser = True
Window.Navigate("www.microsoft.com")
Window.MenuBar = True
Window.ToolBar = True
Window.AddressBar = True
Window.StatusBar = True
Window.FullScreen = False
Window.Resizable = True
Window.Visible = True
Window.Width = 850
Window.Height = 720



Sponsored Link
Ads by Google

Response Number 1
Name: Michael J (by mjdamato)
Date: May 3, 2005 at 00:08:28 Pacific
Reply:

No. The buttons that are displayed are determined by the setup of the user. For example, if I add the print preview button, then that button will be shown if the button toolbar is displayed.

Michael J


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: vbscript to open URL needs refining

URL Opener + more www.computing.net/answers/programming/url-opener-more/20336.html

Batch File to open and move .ttf fi www.computing.net/answers/programming/batch-file-to-open-and-move-ttf-fi/12043.html

access to open word file www.computing.net/answers/programming/access-to-open-word-file/3691.html