Hi, I am new to AutoCAD customization. I am writing a new application on top of AutoCAD. My application has it's own menu that should plug-in to AutoCAD's main menu. My application commands interact with AutoCAD model and layout windows. Here are my questions, Could anyone of you answer them? Thanks a lot in advance 1. Can we add menu items programmatically through a external VB application? I have seen examples in VBA to add menus to AutoCAD, but I didn't see any example adding menus to AutoCAD through a VB application. 2. Can we compile VBA macros into a dll? I guess we cannot do it, but I am not sure. Could someone point me to some example applications/ sample code to learn more about the above things. Thanks a lot, Suresh