Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Iexplore Maximized
Message
De
29/08/2008 15:11:00
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00523718
Message ID:
01343300
Vues:
21
#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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform