S
SQLNeophyte
Guest
My application is hanging when I call MessageBox from my overridden CWinThread::OnIdle function. The MessageBox function call is as follows:
AfxGetMainWnd()->MessageBox("Message, "Caption", MB_ICONEXCLAMATION);
Anyone has clues about what is going wrong here?
Continue reading...
AfxGetMainWnd()->MessageBox("Message, "Caption", MB_ICONEXCLAMATION);
Anyone has clues about what is going wrong here?
Continue reading...