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

Thread: Modify Toolbars

  1. #1
    Join Date
    Apr 2001
    Location
    Wisconsin, USA
    Posts
    150

    Modify Toolbars

    I have a toolbar in an application that I am writing. I haven't written any code for this, but when
    the user double clicks on the toolbar, a Customize Toolbar window comes up, and this allows the user to move
    the buttons and change the buttons on the toolbar. I DO NOT want this to happen. Is there any way I
    can prevent this from happening?


  2. #2
    Join Date
    Apr 2001
    Location
    Wisconsin, USA
    Posts
    150

    Re: Modify Toolbars

    I'm a moron! I figured it out. Forgot to set AllowCustomize to false!


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