Using one MenuStrip, ToolStrip, or StatusStrip for many forms

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
 
F

Fred

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»)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top