执行命令后如何自动回车?
<p>版主大人:</p><p> 请教个问题:点击一菜单后,执行画线命令后,如何实现同时自动回车,开始画线,不用人工手动去敲击回车键。</p><p>Document doc = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument;</p><p> try<br/> {<br/> doc.SendStringToExecute("l\n", true, true, true); //执行命令后如何自动回车?</p><p> }</p> <p>看下这里</p><p><a href="http://bbs.mjtd.com/forum.php?mod=viewthread&tid=78074">http://bbs.mjtd.com/forum.php?mod=viewthread&tid=78074</a></p>
页:
[1]