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.
Printable View
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.
Yah.. I spent about half an hour to figure this..
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
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.