Message 1 of 8
Event AcadDocument_Activate() in DotNET
Not applicable
01-25-2012
07:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm looking for a way to autostart my dotnet macro according to a certain drawing opening.
I know how to auto netload my dll
I know in vba using events to start the macro when my drawing is opened :
Private Sub AcadDocument_Activate()
Start.MyVbaMacro
End Sub
But how do I manage it in DotNET? I don't want to use vbaenabler...
Thanks,
Michel