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

    Restricting the size of the window?



    How do I ristrict the maxmium size of the window? when i maxmize my SDI application, it occupies the entire desktop space.

    How can I restrict its size (say 300 by 500)?

    Thanks in advance..


    Sats

  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: Restricting the size of the window?



    Have a look at CWnd::OnGetMinMaxInfo and the MINMAXINFO structure.


    Dave

  3. #3
    Join Date
    Apr 1999
    Posts
    62

    Re: Restricting the size of the window?Thankx



    Thankx For the early reply..I will try it out..

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