Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximising IE
Message
 
 
À
01/08/2002 07:30:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00684884
Message ID:
00684936
Vues:
18
This message has been marked as the solution to the initial question of the thread.
You can use SHowWindow() function
DECLARE INTEGER ShowWindow IN WIN32API ;
	INTEGER hWnd, Integer nCmd
cnSW_MAXIMIZE = 3
oIE = CreateObject("InternetExplorer.Application")
lnHWnd = oIE.hWnd
ShowWindow(lnhWnd, cnSW_MAXIMIZE)
oIE.Visible = .t.
>Hi
>
>Is there a way to maximise IE when created in VFP?
>
>
loNet = CREATEOBJECT("InternetExplorer.Application")
>loNet.Visible = .T.
>
>*Maximise IE
>loNet.........
>
>
>Thanks
>Kev
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform