Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Control Object: Internet.Application
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00767138
Message ID:
00767148
Vues:
7
This message has been marked as the solution to the initial question of the thread.
You can always get the title and window handle:
?goWeb.Document.Title
?goWeb.HWND

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

Click here to load this message in the networking platform