09-17-2010, 05:15 PM
Hi All,
I have written a code like the below
now when I run it the browser does not open in maximized mode.
Could anybody tell me what can I add in this code to open it in maximized mode?
I dont want it to be in Full Screen but maximized mode.
Thanks in advance.
Regards,
Reema.
I have written a code like the below
Code:
Dim objIE
Set objIE= CreateObject("InternetExplorer.Application")
objIE.visible = True
objIE.navigate "........."
objIE.statusbar=1
wait(3)
now when I run it the browser does not open in maximized mode.
Could anybody tell me what can I add in this code to open it in maximized mode?
I dont want it to be in Full Screen but maximized mode.
Thanks in advance.
Regards,
Reema.