Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Internetexplorer.application, how to max window
Message
De
29/08/2008 13:08:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01343207
Message ID:
01343216
Vues:
14
It's probably some easeier way to do it, but this will also work
loIE.Resizable=.f.
loIE.Top=0
loIE.left=0
loIE.Width=Sysmetric(1)
loIE.Height=Sysmetric(2)
>loIE = Createobject("internetexplorer.application")
>loIE.Navigate(.....
>
>The internet explorer appears on the footer
>
>I tried
>
>loIE.FullScreen= .T.
>loIE.RegisterAsBrowser = .T.
>
>But still on footer
>
>I would like to open the internet explorer in desktop
>
>
>Moises
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform