- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good morning,
I have an app written in VB.NET which is triggered by a Save event in AutoCAD. There's no CommandMethod and no Command for users to enter. The Save event triggers the application.
When I manually NETLOAD the dll, it works perfectly.
So, I wrote a registry key to load the dll on startup. (I have dozens of apps which have dlls that load on startup via registry keys).
When the registry is updated with the key (below) for the new dll, the application is not triggered by the Save event.
Here's the registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\AutoCAD\R22.0\ACAD-1001\Applications\PhaseClone]
"Clones phasing layouts on save event for Instant users to access"
"LOADCTRLS"=dword:0000000e
"LOADER"="C:\\PTD-Menu\\DLL\\PhaseClone.dll"
"MANAGED"=dword:00000001
I have always assumed that such a registry key does the same as a manual NETLOAD because it has always worked that way for the applications invoked with a command. But it's not working with this app which is invoked with the Save event.
Can anyone help me with a registry key which will load this dll and make it run at the Save event?
Thank you,
Erik
Solved! Go to Solution.