Author Topic: How to create toolbar (C# objectArx)  (Read 3080 times)

0 Members and 1 Guest are viewing this topic.

murali

  • Guest
How to create toolbar (C# objectArx)
« on: August 14, 2012, 05:47:23 AM »
Hi
Can anybody provide me a sample code to create a toolbar on autoCad Map 3D  having one button.
On click of that button I want to execute a command (any command).
The available SDK has some clue but I want some filtered code (like : should I use COM or CUI).
If anyone can provide atleast one example of each (COM and CUI) then it will  be better.


Thanks
Murali

fixo

  • Guest
Re: How to create toolbar (C# objectArx)
« Reply #1 on: August 14, 2012, 06:05:22 AM »
See this example, converted from C++
http://forum.dwg.ru/showpost.php?p=950871&postcount=2

~'J'~

murali

  • Guest
Re: How to create toolbar (C# objectArx)
« Reply #2 on: August 14, 2012, 07:27:54 AM »
Thanks Frnd!
Can u  pls tell me which method is best (COM/CUI) for use.
Does anyone has some limitation?


Thanks
Murali

fixo

  • Guest
Re: How to create toolbar (C# objectArx)
« Reply #3 on: August 14, 2012, 09:33:05 AM »
In this case COM interop is your best frnd,
sorry, I can't explain for more

~'J'~