Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control Object: Internet.Application
Message
 
To
18/03/2003 12:27:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00767138
Message ID:
00767148
Views:
8
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!!
Previous
Reply
Map
View

Click here to load this message in the networking platform