Disable window resize
-
7 martie 2012 07:22
How do i disable window resizing but still have the thick frame border?
Toate mesajele
-
7 martie 2012 07:46
Try handling the WM_NCHITTEST. Call the default procedure but replace values like HTLEFT, HTTOPLEFT etc. with HTNOWHERE.
- Marcat ca răspuns de t_manh 8 martie 2012 04:47
-
7 martie 2012 12:05
You can do this by handling the WM_GETMINMAXINFO message.
Here is a link that a friend of mine has put up on his web site - http://weseetips.com/tag/minmaxinfo/
«_Superman_»
Microsoft MVP (Visual C++)
Polymorphism in C