المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Handling WM_GETMINMAXINFO to prevent borderless forms overlapping taskbar when maximized



C# Programming
10-03-2009, 05:23 AM
How can I do it? I have a custom borderless form that I want to not overlap the taskbar when maximized, and I was told that it is possibly to prevent that through the use of WM_GETMINMAXINFO + WndProc. Is it really possible, and if so, how?

Thanks.