D
DarkAngelGG
Unregistered / Unconfirmed
GUEST, unregistred user!
程序中有PopForm,请问如何使用CreateDialog来创建PopForm?<br>[请注意必须用CreateDialog,先在此谢了!]<br><br>HWND CreateDialog(<br> HINSTANCE hInstance, // handle to application instance<br> LPCTSTR lpTemplate, // identifies dialog box template name <br> HWND hWndParent, // handle to owner window<br> DLGPROC lpDialogFunc // pointer to dialog box procedure<br>