Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximising IE
Message
 
 
To
01/08/2002 09:31:13
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00684884
Message ID:
00684946
Views:
17
You're welcome.

>I thought it have to be something like that.
>
>Thanks
>Kev
>
>>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.
>>
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform