Message 1 of 7
do .net "programs" act like they run inside acad? as opposed to VB6...

Not applicable
09-19-2005
05:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
lisp and arx's run "inside" acad.
They both create command line commands and have global variables that can be set and used later by a given session.
They both treat processes as "children" to the parent. This is good.
The one thing I do not like about a VB6 app is that it runs "outside" acad. You have to communicate with it through
lisp or VBA, and dealing with tracking what dll is hooked to what session is something I have not mastered.
It would spur me on to learn vb.net even more if vb.net acts like it runs "inside" acad.
I am getting clues that it does, but have not experimented with modeless forms and all the fancy things that need to be
tracked per session.
Any comments on if items written in .net can be classified as running "inside" acad?
James Maeding
Civil Engineer and Programmer
jmaeding - athunsaker - com
They both create command line commands and have global variables that can be set and used later by a given session.
They both treat processes as "children" to the parent. This is good.
The one thing I do not like about a VB6 app is that it runs "outside" acad. You have to communicate with it through
lisp or VBA, and dealing with tracking what dll is hooked to what session is something I have not mastered.
It would spur me on to learn vb.net even more if vb.net acts like it runs "inside" acad.
I am getting clues that it does, but have not experimented with modeless forms and all the fancy things that need to be
tracked per session.
Any comments on if items written in .net can be classified as running "inside" acad?
James Maeding
Civil Engineer and Programmer
jmaeding - athunsaker - com