Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximising IE
Message
 
 
To
01/08/2002 07:30:22
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00684884
Message ID:
00684936
Views:
19
This message has been marked as the solution to the initial question of the thread.
You can use SHowWindow() function
DECLARE INTEGER ShowWindow IN WIN32API ;
	INTEGER hWnd, Integer nCmd
cnSW_MAXIMIZE = 3
oIE = CreateObject("InternetExplorer.Application")
lnHWnd = oIE.hWnd
ShowWindow(lnhWnd, cnSW_MAXIMIZE)
oIE.Visible = .t.
>Hi
>
>Is there a way to maximise IE when created in VFP?
>
>
loNet = CREATEOBJECT("InternetExplorer.Application")
>loNet.Visible = .T.
>
>*Maximise IE
>loNet.........
>
>
>Thanks
>Kev
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform