#2
RMRIBA,

Are you using VB or VBA?

If it is VBA then the drawing saves as a *.dwg and creates a file with the same name with the file extension *.vbi in the same directory. This is where the PCode for your project is stored.

When you open the drawing again your code is available. If you want to save your ode so that all drawings can use it, then save your code in CommonProjects.vbi This is automatically referenced by VBA in IntelliCAD.

If you are using VB then you can create and save your project as an executable or a dynamic link library.


------------------
Regards
John Finlay
cron