如何使工具按钮运行自己编写的宏?
如何使工具按钮运行自己编写的宏?好多例子里都是<FONT face="宋体, MS Song">openMacro = Chr(3) + Chr(3) + Chr(95) + "open" + Chr(32)</FONT>
<FONT face=宋体></FONT>
????<BR style="mso-special-character: line-break"><BR style="mso-special-character: line-break">
你先搜索一下,这方面的例子太多了 到哪儿搜索?能否具体告知,最好直接告诉我如何作?
假如我编写了一个绘制螺钉的宏,名称为LuoDing,如何编写菜单宏?
拜托!! 先在acad2000doc.lsp里加上xia面的程序
(defun c:LuoDing()
(command "-vbarun" "YourDvbName.dvb!ThisDrawing.LuoDing")
)
然后在宏里写openMacro = Chr(3) + Chr(3) + Chr(95) + "LuoDing" + Chr(32)
页:
[1]