Dear Form friends,
I am a very old user of AutoCAD and Visual LISP, but a Novice to VBA.
I had developed a VBA Utility in AutoCAD 2007. When I tried porting it to AutoCAD 2010, I am getting a lot of error messages.
One of which is
"Compiled error" - "User Defined Type Not Defined"
The line on which I am getting this is:
"Private Sub TreeView2_NodeClick(ByVal Node As ComctlLib.Node)"
Another one is
"Compile error" - "Sub or Function not defined"
I am getting this in the line:
"Frame6.Picture = LoadPicture("D:\Design\Logo.bmp")"
Is this because I have missed out on adding some references?
If so, how can I know which reference to add for each new option like treeview, Node etc. that I add to my program
Thank you in advance for your help
Jith, India