Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Control Object: Internet.Application
Message
De
18/03/2003 12:27:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Control Object: Internet.Application
Divers
Thread ID:
00767138
Message ID:
00767138
Vues:
38
I have created something like this...

goWeb = CREATEOBJECT("internetexplorer.application")
goWeb.Visible = .T.
goWeb.Navigate(cURL)
goWeb.top=0
goWeb.left=0
goWeb.height=sysmetric(2)
goWeb.width=sysmetric(1)

Now, how can I programmatically maximize (by click on a button) the IE window (goWeb) after user has minimized it. I think I cannot use the existing function Is_Run32 using API because I need to access many URLs and it is impossible to know the title bar name in many cases. Can I use another method or function to do that? Thank you in advance!!
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform