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
Printable View
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
Have a look at CWnd::OnGetMinMaxInfo and the MINMAXINFO structure.
Dave
Thankx For the early reply..I will try it out..