菜单问题
本帖最后由 作者 于 2006-2-25 20:43:12 编辑如何增加支持文件路径(就是选项里的那个路径)?先谢了
reply
Sub test()<BR> Dim preferences As AcadPreferences<BR> Dim currSupportPath As String<BR> Dim newSupportPath As String<BR> <BR> Set preferences = ThisDrawing.Application.preferences<BR> <BR> currSupportPath = preferences.Files.SupportPath<BR> <BR> newSupportPath = "c:\;" + currSupportPath '添加c:\<BR> preferences.Files = newSupportPath<BR>End Sub<BR> 谢谢 加载没问题了,可是在卸载的时候,会把不想要卸载的也会卸掉,如何解决呢? <P>你要判断要删除哪个路径了,</P><P>哪个不想卸就留着啊.</P> 请问如何卸载呢?比如要卸载刚才加载的"c:\"路径
页:
[1]