INT_PTR CALLBACK DialogProc(HWND hwndDlog, UINT uMsg, WPARAM wParam, LPARAM lparam) {//消息回調函數 switch (uMsg) { case WM_COMMAND: if ...
確定! 回上一頁