Class to live and die with session

Class to live and die with session

Anonymous
Not applicable
85 Views
2 Replies
Message 1 of 3

Class to live and die with session

Anonymous
Not applicable
So I got the persistent variable part figured out (thank you, JWK), and
immediately I find the need for an object to live with a session of AutoCAD.
Initiated when AutoCAD is started, or when the first drawing is opened, and
terminated when AutoCAD is closed.

Is there any way to do this with VBA only?

--
Rune Wold
System Analyst
Engineering Systems
rune@engsys.no
--
0 Likes
86 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
In "ActiveX and VBA Developer's Guide", Ch7 - "Enabling Application Level
Events" might be worth checking. FWIW.
--
John Goodfellow
irtf'nm
use 'microtouch' in address to email

"Rune Wold" wrote in message
news:1AED2421BAE0FFB5BDE7943F3C9F78AF@in.WebX.SaUCah8kaAW...
> So I got the persistent variable part figured out (thank you, JWK), and
> immediately I find the need for an object to live with a session of
AutoCAD.
> Initiated when AutoCAD is started, or when the first drawing is opened,
and
> terminated when AutoCAD is closed.
>
> Is there any way to do this with VBA only?
>
> --
> Rune Wold
> System Analyst
> Engineering Systems
> rune@engsys.no
> --
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
Are these variables in the drawing object class available to clients such as
delphi?
I can create and use them in VBA but cant access them from outside apps
Rune Wold wrote in message
news:1AED2421BAE0FFB5BDE7943F3C9F78AF@in.WebX.SaUCah8kaAW...
> So I got the persistent variable part figured out (thank you, JWK), and
> immediately I find the need for an object to live with a session of
AutoCAD.
> Initiated when AutoCAD is started, or when the first drawing is opened,
and
> terminated when AutoCAD is closed.
>
> Is there any way to do this with VBA only?
>
> --
> Rune Wold
> System Analyst
> Engineering Systems
> rune@engsys.no
> --
>
0 Likes