C# set location of a minimized form -


i developing application in c#. have main form have buttons give user possibility start new form main form.

when there more of kind of forms opened , user choose minimize one, goes behind opened forms. if user want open again form must close/minimise forms.(for beeing able see minimized one)

how can manage minimised form location visible after minimised? tried without result stuff that: bringtofront, activate, focus, etc.

my main form contains buttons , panel, forms opening in panel bellow buttons.

enter image description here

why don't go mdi win-form ? think fit in trying achieve

http://msdn.microsoft.com/en-us/library/ms973874.aspx


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -