码迷,mamicode.com
首页 > 其他好文 > 详细

BeginEditorCommand的原理

时间:2018-05-30 15:07:45      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:his   htm   ...   hide   out   The   page   command   book   

代码来源 :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 window
pAcadWnd->EnableWindow(TRUE);
ShowWindow(SW_HIDE); // this hides your dialog
pAcadWnd->SetFocus();
(hail to Charles McAuley‘s great book on ARX for CAD2k!)

BeginEditorCommand的原理

标签:his   htm   ...   hide   out   The   page   command   book   

原文地址:https://www.cnblogs.com/edata/p/9110821.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!