J'ai un petit probleme de boucle infinie. Voici mon code :
Dans le prog principal:
Code :
- #define WM_MYMESSAGE WM_USER+3
- GetMessage(&Msg, m_hWnd, 0, 0);
- while (Msg.message != WM_MYMESSAGE)
- {
- GetMessage(&Msg, m_hWnd, 0, 0);
- AfxMessageBox("titi" );
- }
- AfxMessageBox("toto" );
|
Dans ma fonction de callback:
Code :
- //_MyData->hW correspond a mon pointeur sur ma Dialogue
- _MyData->hW->PostMessage(WM_MYMESSAGE, 0, 0);
|
A aucun moment "toto" apparait
Message édité par try58 le 23-07-2002 à 11:34:26
---------------
LOVE & PEACE !!! [:kirvel]