 |
|
 |
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.
|
|
|
|
 |
|
|
 |
|
 |
the intermediate files really can take huge space, not long ago i made a little program to clean all of my intermediate files and could save more than 1 - GB. this utility is better coz its integrated into vc++.
Obviously people should be aware that when u delete these files, and u try to recompile again, it will have to compile them all and it will take longer ( its like clicking "rebuild all" ) , so i recommend to not check the "clean when closing project", just hit the clean button of this add-in when u feel u wont be recompiling the project soon
great utility, thanks.
bye.
|
|
|
|
 |
|
 |
Don't forget the marvelous DirClean.DLL of Michael Dunn.
(http://www.codeproject.com/tips/dirclean.asp)
|
|
|
|
 |
|
 |
I already did.
And by the way, i also forgot to use any click in order to drop the junk to the bin.
rechi
|
|
|
|
 |
|
 |
I always use this command and it's enough for me.
|
|
|
|
 |
|
 |
Does this work wit VS.NET? If not, do I have your permission to use this idea, and most of its UI, to create a VS.NET addin with the same purpose? Your name in the About Box of course
Thanks.
-Domenic Denicola- [CPUA 0x1337]
MadHamster Creations
"I was born human. But this was an accident of fate - a condition merely of time and place. I believe it's something we have the power to change..."
|
|
|
|
 |
|
 |
You may use it as you wish.
I haven't yet experienced .NET so i don't know if it works or not.
rechi
|
|
|
|
 |
|
 |
Why should one use this with VS.net? It has a perfect CleanUp function; you can also define which files it should clean up in the project settings.
|
|
|
|
 |
|
 |
Thanks for pointing that out! I'm still new to the UI, as you can see .
-Domenic Denicola- [CPUA 0x1337]
“I was born human. But this was an accident of fate—a condition merely of time and place. I believe it's something we have the power to change…”
|
|
|
|
 |
|
 |
This really should be an option in Visual C++. Thanks for filling in Microsoft’s oversight.
|
|
|
|
 |
|
 |
Thx for sharing it with us
For he by Geometrick scale
Could take the size of Pots of Ale
Resolve by Sines en Tangets straight,
If Bread or Butter wanted weight;
And wisely tell what hour o'th'day
The Clock does strike, by Algebra.
Samuel Butler (Hudibras 1678)
|
|
|
|
 |
|
 |
... there is another nifty tool on CP that does more or less the same but from the Windows Explorer - Michael Dunn's DirClean[^]
int x=2, y=6;
x^=y^=x^=y;
|
|
|
|
 |
|
 |
I haven’t tried the plugin yet but if it works as described it will delete the files automatically when you close the project, verses Michael’s utility which you must remember initiate each time your finished working.
I’m looking forward to trying this plugin when I get home.
|
|
|
|
 |
|
|
 |