[DELPHI] explication sur CreateWindow

explication sur CreateWindow [DELPHI] - Delphi/Pascal - Programmation

Marsh Posté le 04-04-2003 à 10:48:48    

Salut,
 
où puis-je trouver la doc concernant cette fonction ???  
ce bout de code est extrait d'un pog Delphi 7 qui fonctionne, mais pourtant cette commande n'apparaît pas dans l'aide en ligne !
Merci pour votre aide .
 
 // Create the main window.
  g_hwnd:= CreateWindow(APP_NAME, APP_NAME, WS_OVERLAPPEDWINDOW,
    Integer(CW_USEDEFAULT), Integer(CW_USEDEFAULT), 320, 240, GetDesktopWindow,
    0, hInstance, nil);


---------------
Matheux Fou - https://afficheur-tempo.fr - TEMPO BOX pour abonnés TEMPO EDF
Reply

Marsh Posté le 04-04-2003 à 10:48:48   

Reply

Marsh Posté le 04-04-2003 à 11:05:33    

A mon avis, faut regarder dans l'aide sur les api microsoft

Reply

Marsh Posté le 04-04-2003 à 12:37:36    

Borland Shared\MSHelp\Win32.hlp
ou menu Démarrer -> Programmes -> Delphi -> Help -> SDK -> Win32 Programmer's Reference

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed