Vertically only Re-sizable WinForm in C#.Net
Recently I was working on a project in C#.Net WinForms where the forms should be vertically re-sizeable only. After searching I came up with many solutions but the solutions I prefer is using WM_NCHITTEST which sends message by windows when ever mouse event occurs.

