'用于使AutoCAD主窗口获得焦点
Public Declare Function SetFocus Lib "user32" (ByVal hwnd As System.IntPtr) As System.IntPtr
SetFocus(Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Window.Handle)
2、 使用 Internal.Utils.SetFocusToDwgView
3、 再AutoCAD2014版本以上,使用 Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.Window.Focus()
[本日志由 tiancao1001 于 2013-06-09 05:21 PM 编辑]
|
暂时没有评论
发表评论 - 不要忘了输入验证码哦! |