// JP opened flex table

Click to See Complete Forum and Search --> : About MainFrame Resizing


M.G.Boshuu
June 25th, 1998, 08:50 AM
I want to fix My MainFrame window to a fixed width size such that I it can

be enlarged in x and y direction, bottom can be resized up and down but if the user tries to decrease the window size less than width in left direction it showed not allow him.

How to do this.

John Bundgaard
July 4th, 1998, 08:28 PM
You can limit the minimum and maximum size of the window by handling the WM_GETMINMAXINFO.

Boshuu
July 6th, 1998, 09:35 AM
Thank you very much for your valuable reply. It helped me a lot.

keep in touch.

Bye

//JP added flex table