Message 1 of 3
How to programatically add a button into AutoCAD 2018 Ribbon without user interv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Me and my development team are looking forward to to programatically add a button into AutoCAD 2018 Ribbon without user intervention.
He have the .dll and command loaded already on AutoCAD, but we want to make this available on the ribbon sections.
We are using an Action Macro to help us achieve this, but seems this might not be the solution.
We have tried to record the steps to add a new button to the ribbon so new users not having this button enabled will obtain this macro to add the button by running the marco. However, Action Macro is not really recording those steps.
Any idea or option that I can use.