Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
InternetExplorer.Application
Message
 
 
To
16/06/2004 15:58:06
Fabian Belo
Independent Developer
Argentina
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00914428
Message ID:
00914455
Views:
9
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform