Alejandro Ochoa
June 12th, 2001, 01:03 PM
I'm running IE from my app, I have the following code:
Dim IEObj as Object
set IEObj = CreateObject("InternetExplorer.Application")
IEObj.navigate WPPLogin
IEObj.Visible = true
IEObj.WindowState = vbMaximized
but IE it's not maximizing, and VB reports that the object does not recognize this property.
Does anyone know which property would do this?.
Thanks in advance.
Alejandro.
Dim IEObj as Object
set IEObj = CreateObject("InternetExplorer.Application")
IEObj.navigate WPPLogin
IEObj.Visible = true
IEObj.WindowState = vbMaximized
but IE it's not maximizing, and VB reports that the object does not recognize this property.
Does anyone know which property would do this?.
Thanks in advance.
Alejandro.