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

    diloag control box

    Hi,
    can somebody help me!!. i need to hide the three control buttons (minmize, maximize and destroy buttons) of a mdi child form in my mdi app for sometime in my pogram. thanks
    regards,
    Samuel



  2. #2
    Join Date
    Sep 1999
    Location
    Germany
    Posts
    66

    Re: diloag control box

    You must use follow code for your form:
    Caption=""
    ControlBox=False
    MaxButton=False
    MinButton=False

    [email protected]
    http://smalig.tripod.com

  3. #3
    Join Date
    Sep 1999
    Location
    Baytown, TX, United States
    Posts
    23

    Re: diloag control box

    You can hide the Min and Max buttons. Go to Properties and it will say Min "True" and Max "True" Select false on both of these.

    kazooie21

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