Same menu items on ToolStripDropDown and ContextMenuStrip

A

Academia

I've been searing the Internet and get many many hits but never the answer
to what I'm looking for.

I want the same menu items (File, Edit, Preferences) and their sub-items
(Open, Save; Cut, Paste...) to appear on the MainMenuStrip and the
ContextMenuStrip .

1) Is that possible with out maintaining the items on both strips?

2)If so I do I have to move them to the opening strip as it opens and leave
them there. Or put them back when that strip closes.

3)I could really use some sample code showing the shifting of items back and
forth. Do you know of any? Even a small very simple example would help.


Thanks
 
A

Alexander Vasilevsky

You need create menu items and add them to MainMenuStrip and the
ContextMenuStrip.
If You need example - please write me.

=
http://www.alvas.net - Audio tools for C# and VB.Net developers
 

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