NEWBIE VB QUESTION
Posted: Fri Jan 16, 2004 2:18 pm
by RMRIBA
I am just starting in the use of VB in ICAD4PE. When I want to save a project, the only file type choice I get is dwg, instead of the regular VB types. Any ideas to get it to save correctly? TIA
Posted: Sun Jan 18, 2004 2:41 pm
by John Finlay
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