[MFC] Comment faire un bouton "Help" ou "Aide"

Comment faire un bouton "Help" ou "Aide" [MFC] - C++ - Programmation

Marsh Posté le 30-10-2002 à 11:33:37    

Voila ma question c'est comment réussir à linker le fichier d'aide que j'ai créé vers un bouton Help que j'ai créé aussi !
 

Reply

Marsh Posté le 30-10-2002 à 11:33:37   

Reply

Marsh Posté le 30-10-2002 à 14:13:57    

Je pense qu'il faut invoquer l'aide bienveillante de WinHelp (je dis ça mais pas encore testé).
 
The WinHelp function starts Windows Help (WINHELP.EXE) and passes additional data indicating the nature of the help requested by the application. The application specifies the name and, where required, the directory path of the help file to display.  
 
BOOL WinHelp(
 
    HWND hWndMain, // handle of window requesting Help  
    LPCTSTR lpszHelp, // address of directory-path string  
    UINT uCommand, // type of Help  
    DWORD dwData  // additional data  
   );  
 

Reply

Sujets relatifs:

Leave a Replay

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