Home All Groups Group Topic Archive Search About

Merging menuitems : nobody knows the answers ???

Author
3 Apr 2006 7:42 PM
cc
hi,

i've posted this message at the start of last weekend, maybe that's why I
didn't receive any answer (I know there are better things to do than sit in
front of a computer a whole weekend)
that's why I'll post again now.

--->
when adding items to a MenuStrip VS 2005 defines them as objects of type
ToolStripmenuItem ??? I would expect MenuItems (as in VS 2003). (Why this
change ?)

Thing is, I would like to merge menuitems using the MergeMenu-method, but
this method is nowwhere to be found in ToolStripmenuItem.

So, how does one merge (toolstrip)menuitems in VS 2005 ?

thanks
Chris

Author
3 Apr 2006 9:04 PM
Vladimir Nesterovsky
Show quote Hide quote
> hi,
>
> i've posted this message at the start of last weekend, maybe that's why I
> didn't receive any answer (I know there are better things to do than sit
> in
> front of a computer a whole weekend)
> that's why I'll post again now.
>
> --->
> when adding items to a MenuStrip VS 2005 defines them as objects of type
> ToolStripmenuItem ??? I would expect MenuItems (as in VS 2003). (Why this
> change ?)
>
> Thing is, I would like to merge menuitems using the MergeMenu-method, but
> this method is nowwhere to be found in ToolStripmenuItem.
>
> So, how does one merge (toolstrip)menuitems in VS 2005 ?

ToolStripManager has all required methods.