Hi all,
I want to ask you for little help. I make application in C#. It is made from one main form and it would be great if I can use as a part of it another "small forms" (I want to let user drag them on screen where they want). I have problem to describe it :) I want to make something like tool, colors layers or history box in Paint.NET.
http://www.getpaint.net/screenshots/pdn35_kirkland.jpg
You can drag them where you want, close them or open again while main form is intacted. But you also can minimalize whole app in the tray (at once, not window by window).
But how? Is there some trick? Or I just cats "minimalize" event and change hide/close all windows? Thx for reply to all!