CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2001
    Location
    Canada
    Posts
    182

    BorderStyle and Minimized

    Hi,
    I am wondering if there is any property of a form to disable ONLY Minimize icon on the title bar. I want this form to be maximized and resized but not minimized. Is there any way out?

    Thanks.

    Regards,

    Michi
    MCSE, MCDBA

  2. #2
    Join Date
    Jun 2001
    Location
    Memphis, TN
    Posts
    146

    Re: BorderStyle and Minimized

    Try the MinButton property of the form.

    MinButton = False


  3. #3
    Join Date
    May 2001
    Location
    Canada
    Posts
    182

    Re: BorderStyle and Minimized

    Great!! Thank you!

    Regards,

    Michi
    MCSE, MCDBA

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