Question : Open Explorer window in maximized mode

Could someone provide me some guidance on how to open an IE window "maximized" (not fullsized) with a VBscript.

Answer : Open Explorer window in maximized mode

Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run "iexplore", 3
Set oShell = Nothing
Random Solutions  
 
programming4us programming4us