Devstudio addin Ques
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am learning how to develop adding for devstudio. have developed one with two buttons. I want to change the name of toolbar when addin is loaded. When i load addin .. by customize, going to that path and toolbar comes up. The default name of toolbar that is coming is "toolbar1". How I can change this name to (say "My1stAddinTB") programmatically? I know i can rename toolbar1 from customize option in context menu. i have looked some samples from CP but all those addin has same characteristic... giving toolbar1,2 and so on Is it possible to give some useful name to toolbar from addin. Like the one already in VC IDE... (e.g. "Wizard","Debug" ) Thanks in advance Jetli Constant Thing In World Is Change.