Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open IE window maximized?
Message
 
À
11/07/2001 12:31:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00529196
Message ID:
00529622
Vues:
10
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform