hoenes1
Guest
|
Posted:
Thu May 12, 2005 2:51 pm Post subject:
Inserting MFC resource menus into AutoCAD menubar |
|
|
Hi all,
I'm dynamically changing the AutoCAD menu structure using the
IAcadPopupMenu, IAcadMenuBar, .... interfaces. I can use the
AddMenuItem() function to add menu items. But wouldn't it be much nicer
if it was possible to dynamically add complete menus from .rc resource
files through Visual Studio? Someone has any suggestions? Even the
possibility to add CMenu-objects to the AutoCAD menu bar would be
great. I'm using ObjectARX for AutoCAD 2004.
Thanks in advance.
|
|