|
-
June 12th, 2001, 01:03 PM
#1
Maximize IE
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|