BeginEditorCommand的原理

Posted edata

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BeginEditorCommand的原理相关的知识,希望对你有一定的参考价值。

代码来源 :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的原理的主要内容,如果未能解决你的问题,请参考以下文章

Java MPI broadcast

c语言字符串相互赋值

如何获得comm输出的第一列?

Linux文件比较命令的Comm命令

comm diff 文件对比

C++ STL 算法,如“comm”实用程序