13.07.2015 Views

UI Thread in MFC

UI Thread in MFC

UI Thread in MFC

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

thread 來 行 message – loop W<strong>in</strong>dowmessage.1W<strong>in</strong>Ma<strong>in</strong> functionwhile (GetMessage (&msg, NULL, 0, 0)) {TranslateMessage (&msg) ;Message-loopDispatchMessage (&msg) ;}… WndProc ( …){switch (message){case WM_xxx:}}W<strong>in</strong>Proc function2void CtestDlg::OnBnClickedOk(){}3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!