hWndDlg = CreateDialogParam(hInst, MAKEINTRESOURCE(IDD_TESTDIALOG1), NULL, DialogProc, NULL);. The first parameter is the instance handle, which defines global ...
確定! 回上一頁