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

    Disable VB MDI form maximize button

    Hi,
    How can I disable the MDI maximize button in Visual Basic 6.0.



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Disable VB MDI form maximize button

    Take a look at the code on this site at

    http://codeguru.developer.com/vb/articles/1800.shtml

    - there's also an example in the comments of how to disable the maximize button.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Join Date
    Nov 1999
    Posts
    4

    Disable VB MDI form resize button

    I want to disable the MDI resize button not the
    ordinary form.


  4. #4
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Disable VB MDI form resize button

    That's right - you can use the same code to disable or remove the menu items from *any* forms system menu. Read through the code and try to get a grasp of how it works.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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