Click to See Complete Forum and Search --> : How to delete toolbar buttons


Anthony Zhang
April 1st, 1999, 07:39 AM
I was trying to delete a few buttons from my toolbar in VC++5.0

but was unsuccessful. Could anybody give me some tips on how to

delete toolbar buttons in VC++.


Thanks in advance.

indika
April 1st, 1999, 07:48 AM
Yah.. I spent about half an hour to figure this..

Anthony Zhang
April 6th, 1999, 11:42 PM
Thanks a lot, Indika, It works very well.
Such a simple trick did not come to my mind
when I tried it.

Regards,

Anthony Zhang

April 25th, 1999, 02:45 AM
Just open the .rc file and go to the section where the toolbar is defined and delete the button definitions. They are the lines between the BEGIN and END.