Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Iexplore Maximized
Message
From
29/08/2008 15:11:00
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00523718
Message ID:
01343300
Views:
20
#DEFINE SW_NORMAL  1
#DEFINE WS_OVERLAPPED 0
#DEFINE WS_CAPTION  0xC00000
#DEFINE WS_SYSMENU  0x80000
#DEFINE WS_THICKFRAME  0x40000
#DEFINE WS_MINIMIZEBOX  0x20000
#DEFINE WS_MAXIMIZEBOX  0x10000

        DECLARE INTEGER ("ShowWindow") IN user32 AS WindowShow ;
          INTEGER HWND	,	;
          INTEGER nCmdShow

        oIE = CREATEOBJECT("InternetExplorer.Application")
        oIE.VISIBLE = .T.

        WindowShow(oIE.HWND,SW_NORMAL  )
Thank you,
- Frank
Previous
Reply
Map
View

Click here to load this message in the networking platform