Message 1 of 4
start addin that add a ribbon when AUTOCAD start
Not applicable
04-18-2012
09:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm sure this kind of subject was already discussed, but I haven't find any working solution of my problem.
I have a VB .NET Dll that add a new ribbon in AUTOCAD.
When I load this dll from AUTOCAD, this new ribbun is well added.
I'm trying to start this dll with AUTOCAD Start.
I have tried the solution explaned from this Kean Walmsley page but no succes.
I've tried to load the DLL from the acad.lsp but the DLL is loaded before AUTOCAD load the ribbon, then the dll is well loaded but my new ribbon is not displayed !.
Do you have any way to do what I'm trying to do ?
thanks