Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open IE window maximized?
Message
 
To
11/07/2001 11:41:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00529196
Message ID:
00529212
Views:
12
>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")

John;

Sorry I cannot try this from where I am.
oie.Window.open.fullscreen = "yes"

The default is "no", so this might be a starting point.

Tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform