CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Removing Toolbar Items

    In VC++ 6 when you are using the resource editor and editing your toolbar that the MFC App Wizard created for me. How can I delete/remove buttons from the toolbar? Also is there a way from inside VC++ 6 that I can view my .rc file in text format like I could if I opened it up in Notepad? Thanks for your help.


  2. #2

    Re: Removing Toolbar Items

    To remove the toolbar icon, just drag it off the toolbar.

    To open the RC file in text mode, go to the File, Open menu item, and select your RC file. In that dialog box, you will notice that "Open As" is set to "Auto"; change it to "Text".


    LA Leonard - http://www.DefinitiveSolutions.com

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