Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open IE window maximized?
Message
From
11/07/2001 11:41:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Open IE window maximized?
Miscellaneous
Thread ID:
00529196
Message ID:
00529196
Views:
51
i need to open a browser to display an html document on our office network from within vfp. i use the code below in the click even of a button. it opens the document, but the user has to manually maximize the window. is there any way to open it maximized?

oie = CREATEOBJECT("internetexplorer.application")
oie.Visible = .T.
oie.Navigate("\whatpath\what.html")
Next
Reply
Map
View

Click here to load this message in the networking platform