Home All Groups Group Topic Archive Search About

How to have the same info on two menus

Author
5 Mar 2006 7:39 PM
Allen
Another key difference between MainMenu merging and MenuStrip merging is the
fact that items are physically moved from one ToolStrip to another rather
than cloned as is the case with MainMenu.
The above from Help


This hurts. And no clone method.

Anyone know how to have the same info on two menus?

Author
6 Mar 2006 3:47 AM
tomb
Allen wrote:

>Another key difference between MainMenu merging and MenuStrip merging is the
>fact that items are physically moved from one ToolStrip to another rather
>than cloned as is the case with MainMenu.
>The above from Help
>
>
>This hurts. And no clone method.
>
>Anyone know how to have the same info on two menus?
>
>
>

>
You can use dynamic menus that are generated by calling the same function.

Tom
Author
6 Mar 2006 2:21 PM
Allen
Been hoping for a suggestion and was glad to see yours
But I don't know what it means

By "dynamic" I assume you mean to make programmatically as needed.
That would be perfect if I could do it obtaining the info from an existing
ContextMenuStrip or MenuStrip.

I don't know what "that are generated by calling the same function" means.

I've search and searched the Internet and find my question there many times
but never found where it was answered.


Thanks for ANY help

Show quoteHide quote
"tomb" <t***@technetcenter.com> wrote in message
news:zfOOf.36841$Ly6.7706@bignews5.bellsouth.net...
> Allen wrote:
>>Another key difference between MainMenu merging and MenuStrip merging is
>>the fact that items are physically moved from one ToolStrip to another
>>rather than cloned as is the case with MainMenu.
>>The above from Help
>>This hurts. And no clone method.
>>Anyone know how to have the same info on two menus?

> You can use dynamic menus that are generated by calling the same function.
> Tom