How can I add Toolbar and menu In my Plugin Object
I am writing an IDE program, it is contain a batch of plug-in objects. The users can select different plug-in object from main frame menu (toolbar). The IDE load plug-in object dynamical. It should add/ remove some menu or toolbars by different plug-in object, just like MMC can add toolbar by IToolbar interface. Now I don¡¯t know how to accomplish IToolBar and IMenu in my IDE.
Please tell me where can find a sample or give me some suggestion. Many thanks!
|