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

    toolbar button disable

    I'm using a toolbar control in application and i can't disable it.


  2. #2
    Join Date
    Apr 1999
    Location
    Quebec, Canada
    Posts
    39

    Re: toolbar button disable

    The toolBars buttons act like menu items, if you want to disable it you just have to call UPDATE_COMMAND_UI like menus items...

    Nath.


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