Make my form used by clicking a button in autocad

Started by Ahmed Hisham · 2020-10-13 08:22 UTC · 2 replies · SMF topic #2745

Hi all ,

I want to ask if its possible to create a button under any tab in the ribbon of autocad and when i click this button my form appear and can be used.

Autocad 2019 - OpenDcl 9.1.1.1

Thanks
Ahmed Hisham,

to add a button to AutoCAD ribbon (or a toolbar) use the CUI command.
your opendcl form will appear if you define a new AutoCAD command and assign it to that button.

Moshe
Thanks Moshe for your support. :)





Ahmed Hisham