Hi,
how can I previous user to reize the window, let's say if I want the client window minimum size 100*50, user can't resize less than that?
I tried SetWindowPos(), but couldn't make it, and also it may cause window flicking, how can I do it?
Thanx
This is a discussion on prevent sizing the window within the Windows Programming forums, part of the Platform Specific Boards category; Hi, how can I previous user to reize the window, let's say if I want the client window minimum size ...
Hi,
how can I previous user to reize the window, let's say if I want the client window minimum size 100*50, user can't resize less than that?
I tried SetWindowPos(), but couldn't make it, and also it may cause window flicking, how can I do it?
Thanx
Don't laugh at me,I am just a SuperNewbie.
WM_GETMINMAXINFO
Last edited by anonytmouse; 06-03-2004 at 03:22 AM.