NonClient/Client Areas
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Anyone know how to change the available client area of a .NET Framework Form ? I have tried intercepting the WM_NCCALCSIZE message, but this doesn't do what was expected. Anyone got any suggestions, or even working examples of WM_NCCALCSIZE ?
-
Anyone know how to change the available client area of a .NET Framework Form ? I have tried intercepting the WM_NCCALCSIZE message, but this doesn't do what was expected. Anyone got any suggestions, or even working examples of WM_NCCALCSIZE ?
Just set the ClientSize property on the form to the desired size :) Much easier than standard win32 :-D James Simplicity Rules!