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

    How to disable maximize button?

    hi
    I have a problem in useing the component Frame,I want to disable the Frames's maximize button,what should I do?please reply to [email protected]



  2. #2
    Join Date
    Feb 2000
    Location
    bangalore,karnataka,india
    Posts
    2

    Re: How to disable maximize button?



    for a frame object
    say Frame f;
    f.setResizable(false);
    this makes max and min buttons disapper.





    d j kaladhar

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