I'm trying to print a text in the WM_COMMAND case, because I need a text to be ... msg, wParam, lParam); case WM_COMMAND: switch (LOWORD(wParam)) { case 1: ...
確定! 回上一頁