AutoCAD VB or VBA?
Posted: Tue Sep 09, 2003 7:58 am
Could I call a form that is designed and coded in Visual Basic in CAD
environment?
Here is a more detailed technical description of what I am planing to do:
I need to design a screen that provide a way to select a dwg CAD file from a
remote server. The user must use the custom form to select a drawing
file, and NOT the File/Open option in the main menu.
Therefore, I need to have a form that is functioning like a web application
that connect to remote server, and provides the list of the remote
drawings. Then I should download the file and programatically open it in CAD
environment. It looks that VBA does not have the API's that I need, and I have to use only VB, right?
environment?
Here is a more detailed technical description of what I am planing to do:
I need to design a screen that provide a way to select a dwg CAD file from a
remote server. The user must use the custom form to select a drawing
file, and NOT the File/Open option in the main menu.
Therefore, I need to have a form that is functioning like a web application
that connect to remote server, and provides the list of the remote
drawings. Then I should download the file and programatically open it in CAD
environment. It looks that VBA does not have the API's that I need, and I have to use only VB, right?