how to manage the Minimize button in the form in C# programming as when the user click on the minimize button the window is minimized at the bottom left which is like in ( Photo Shop ) as when you minimize the other windows it minimized but within the main Form ,, so the user get the ability to know the open windows and also to work on the main .. i am using C# 2008 Programming language
Share
Two useful links when starting with developing MDI applications using Windows Forms:
A step-by-step tutorial in VS 2008 and C#
An outline example in VS 2003 on MSDN