标签:
while (GetMessage(&msg, NULL, 0, 0)) { if (!IsDialogMessage(hwnd, &msg) { TranslateMessage(&msg); DispatchMessage(&msg); } }
while (GetMessage(&msg, NULL, 0, 0)) {
if (!IsDialogMessage(hwnd, &msg) {
TranslateMessage(&msg);
DispatchMessage(&msg);
}
SDK中WS_TABSTOP为什么不起作用
原文地址:http://www.cnblogs.com/zjzazym/p/152839ed51fc73cca209bff0f1964e86.html