| |
ebgreen
Posts: 5041
Score: 31
Joined: 7/12/2005
Status: offline
|
strOtherStuff = "sunshine" Set objExplorer = WScript.CreateObject("InternetExplorer.Application") objExplorer.Navigate "www.google.dk/search?hl=eng&q=" & strOtherStuff objExplorer.ToolBar = 1 objExplorer.StatusBar = 1 objExplorer.Width=1024 objExplorer.Height = 768 objExplorer.Left = 0 objExplorer.Top = 0 objExplorer.Visible = 1
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|