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

Click here to load this message in the networking platform