Je n'arrive pas à utiliser des bulles d'aides jaunes (MFC) :
dans OnInitDialog
CToolTipCtrl* tt;
tt = new CToolTipCtrl();
TOOLINFO ti;
ti.cbSize = sizeof(ti);
ti.hwnd = GetSafeHwnd();
ti.uId = IDC_BUTTON2;
strcpy(ti.lpszText,"Mon aide" );
tt->SetToolInfo(&ti);
ça compile mais ça ne marche pas !