Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
InternetExplorer.Application
Message
De
16/06/2004 15:58:06
Fabian Belo
Independent Developer
Argentine
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
InternetExplorer.Application
Divers
Thread ID:
00914428
Message ID:
00914428
Vues:
45
Deal All;

Given the following:
cDireccionWeb="http://www.url.com"
 
IF ! EMPTY(cDireccionWeb)
          LOCAL objIE
          objIE=CREATEOBJECT("InternetExplorer.Application")
        
          IF VARTYPE(objIE)="O"
             objIE.Navigate(cDireccionWeb)
             objIE.Visible = .T.
          ENDIF   
ENDIF
Is there any way to open the window MAXIMIZED?
Thanks.
"Since I've read that alcohol is bad... I quit reading."
Me


http://www.fabianbelo.com.ar
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform