方法如下:用CView*或者CFrameWnd*给他做父窗口 一般你是做成非模态对话框就用Create Example CMyDialog* pDialog;void CMyWnd::OnSomeAction(){ //pDialog initialized to NULL in the constructor of CMyWnd class pDialog = new CMyDialog();//Check if new succeeded and we got a valid po...
IDD_FORMVIEW Closed - Not a Bug02 0Votes BeBeginnerVS -Reported Jun 29, 2019 1:19 AM how is it possible to use design tools with a wWinmain function. It is possible to add a IDD_FORMVIEW resource in a Win32 app and use design tools and also switch between them. The Win32 ap...