I want to create a toolstrip and I would like to make that toolstrip reusable
by other windows in my application. This would be the same concept as a
UserControl, only it would be a Toolstrip. Any suggestions on the best way to
do that?

Re: Custom Toolstrip by Kevin

Kevin
Wed Jul 25 09:36:06 CDT 2007

Create a UserControl with a ToolStrip in it.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Jeff Suddeth" <Jeff Suddeth@discussions.microsoft.com> wrote in message
news:C63B7A21-A2F6-4FA4-A167-98DAFF751B6B@microsoft.com...
>I want to create a toolstrip and I would like to make that toolstrip
>reusable
> by other windows in my application. This would be the same concept as a
> UserControl, only it would be a Toolstrip. Any suggestions on the best way
> to
> do that?