如何通过语言实现打开CAD文件
<P>运行CAD以后,如何通过程序来打开图形文件啊,可不可以用CommonDialog控件来实现</P> <P>thisdrawing.application.documents.open 文件路径</P><P>CommonDialog也可以!</P> <P>ThisDrawing.SendCommand "open"<BR>ThisDrawing.SendCommand " chr(13)"</P>
<P>这样就行了,可以打开系统的调用文件夹,</P>
页:
[1]