CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 1999
    Posts
    17

    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.

  2. #2
    Join Date
    May 1999
    Posts
    30

    Drag it out of the toolbar BMP.



    Yah.. I spent about half an hour to figure this..

  3. #3
    Join Date
    Apr 1999
    Posts
    17

    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


  4. #4
    Guest

    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
  •  





Click Here to Expand Forum to Full Width

Featured