Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open IE window maximized?
Message
 
To
11/07/2001 12:31:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00529196
Message ID:
00529622
Views:
8
Hi, John!
Try this: oie.object.fullscreen = .T.
But it's not the solution. Fullscreen and maximized are different
things. IMO it can be made only using WinAPI. First, find window by name
using FindWindow() function, then call ShowWindow(hWnd, SW_SHOWMAXIMIZED).

HTH

>>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
>
>thanx for the try Tom. i tried it in 3 different places (after each line), but it didn't work.
>
>best - john
Previous
Reply
Map
View

Click here to load this message in the networking platform