|
-
April 1st, 1999, 08:39 AM
#1
How to delete toolbar buttons
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.
-
April 1st, 1999, 08:48 AM
#2
Drag it out of the toolbar BMP.
Yah.. I spent about half an hour to figure this..
-
April 6th, 1999, 11:42 PM
#3
Re: Drag it out of the toolbar BMP.
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
#4
Re: How to delete toolbar buttons
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|