BeginEditorCommand的原理

mac2022-06-30  19

代码来源 :http://www.arch-pub.com/problem-about-CPropertyPage_10682271.html

CWnd* pAcadWnd = CWnd::FromHandle(adsw_acadMainWnd()); // or use acedGet... to retrieve a handle to the main CAD windowpAcadWnd->EnableWindow(TRUE);ShowWindow(SW_HIDE); // this hides your dialogpAcadWnd->SetFocus();(hail to Charles McAuley's great book on ARX for CAD2k!)

转载于:https://www.cnblogs.com/edata/p/9110821.html

相关资源:MFC模态 非模态对话框 ARX2008 VS2005
最新回复(0)