> Firstly I wonder what style of application you're creating. Opening and
> closing panels like they were windows is probably not a superb idea.
[quoted text clipped - 16 lines]
>> Thanks for any input!!!
>> Kevin
Just create a user control with the button on it that you want.
You can make the user control's Dock property default to Bottom and then use
the ParentForm property to find the form onto which the user control was
dropped.
Although I don't reccommend Visual Inheritance often you could also use this
form as a base for your other ones.
Finally, although the idea is possible, the use of a UI mechanism that
duplicates the familiar close button on the tip-right of the form title
still isn't a great idea.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> Bob,
>
[quoted text clipped - 24 lines]
>>> Thanks for any input!!!
>>> Kevin
kevininstructor@state.or.us - 09 Jul 2007 13:48 GMT
Thanks Bob.
In regards to duplicating the system close button, this is not the case.
Instead the close button would have more functionality to it in respects to
the actual application.
> Just create a user control with the button on it that you want.
>
[quoted text clipped - 37 lines]
>>>> Thanks for any input!!!
>>>> Kevin