Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
InternetExplorer.Application
Message
 
 
À
16/06/2004 15:58:06
Fabian Belo
Independent Developer
Argentine
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00914428
Message ID:
00914455
Vues:
8
This message has been marked as the solution to the initial question of the thread.
Hi Fabian,

See Re: Maximising IE Message #684936.

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

Click here to load this message in the networking platform