Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Create an Instance of Internet ExplorerContent of Create an Instance of Internet Explorer.vbsMD5 Hash: AFF99326721DCA8E3A9D38149357FD3D |
||
' Description: Demonstration script that creates an instance of Internet Explorer, opened to a blank page.
Set objExplorer = WScript.CreateObject("InternetExplorer.Application") objExplorer.Navigate "about:blank" objExplorer.ToolBar = 0 objExplorer.StatusBar = 0 objExplorer.Width=300 objExplorer.Height = 150 objExplorer.Left = 0 objExplorer.Top = 0 objExplorer.Visible = 1 | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |