Using one MenuStrip, ToolStrip, or StatusStrip for many forms

  • Thread starter Thread starter CAM
  • Start date Start date
C

CAM

Hello,

Can anyone tell me if its possible to create one menustrip, toolstrip, and
one statusstrip and attached to three to four forms? I just don't want to
recreate the strips for every form. Is this possible and how. I am using
Visual Basic.Net 2008. Any tips or webstite to visit I will appreciated.
Thank you in advance.

Cheers
 
in CAM wrote :
Hello,
Hello,

Can anyone tell me if its possible to create one menustrip,
toolstrip, and one statusstrip and attached to three to four forms? I
just don't want to recreate the strips for every form. Is this
possible and how. I am using Visual Basic.Net 2008. Any tips or
webstite to visit I will appreciated. Thank you in advance.

One solution could be to create a base form containing all these common
controls.
And then, add inherited forms to your project, selecting this form as
the base class.
(Select «Add New Item» in the menu to find «Inherited form» instead of
«Add New Form»)
 
Back
Top