Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximising IE
Message
De
01/08/2002 09:31:13
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00684884
Message ID:
00684944
Vues:
14
I thought it have to be something like that.

Thanks
Kev

>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform