.net - How to add small window into Form -


possible duplicate:
dockable autohiding panel control windows forms

i have problem. don't know how make "small window" in form. mark them on picture. panels or what? how add close, minimize etc. buttons them , allow move them?

picture http://img651.imageshack.us/img651/9791/beztytuurke.jpg

check out third party docking panel control. ( http://sourceforge.net/projects/dockpanelsuite/ )

you use create dockingwindow type forms can automatically dock/fill/float on main form has docking container. layout of docked windows within docking container serialise nicely xml can stored need, in order reload form later.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -