Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Internetexplorer.application, how to max window
Message
From
29/08/2008 13:08:56
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01343207
Message ID:
01343216
Views:
13
It's probably some easeier way to do it, but this will also work
loIE.Resizable=.f.
loIE.Top=0
loIE.left=0
loIE.Width=Sysmetric(1)
loIE.Height=Sysmetric(2)
>loIE = Createobject("internetexplorer.application")
>loIE.Navigate(.....
>
>The internet explorer appears on the footer
>
>I tried
>
>loIE.FullScreen= .T.
>loIE.RegisterAsBrowser = .T.
>
>But still on footer
>
>I would like to open the internet explorer in desktop
>
>
>Moises
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform