G
Guest
I have a VB 2003 project that I have updated to 2005. I notice that MenuItem
is being phased out and replaced by ToolStripMenuItem. I want to investigate
the new capabilities of this new control because the existing control causes
me some problems. Specifically I nothice that ToolStripMenuItem does not
have a PopUp event or the OwnerDraw property. My 2003 project utilizes these
elements
I suspect that somewhere on the Internet (but not findable by me) has got to
be a discussion of how to use ToolStripMenuItem as a replacement for the
MenuItem. Can someone provide me any reference that discusses these
controls with respect to each other and how to upgrade from the old one to
the new one.
In my specific case, I am using code that closely resembles code in:
http://www.codeproject.com/vb/net/VbNetOwnerDrawMenu.asp. This is the code I
would like to see rewritten to utilize the ToolStripMenuItem.
Any help would be appreciated.
is being phased out and replaced by ToolStripMenuItem. I want to investigate
the new capabilities of this new control because the existing control causes
me some problems. Specifically I nothice that ToolStripMenuItem does not
have a PopUp event or the OwnerDraw property. My 2003 project utilizes these
elements
I suspect that somewhere on the Internet (but not findable by me) has got to
be a discussion of how to use ToolStripMenuItem as a replacement for the
MenuItem. Can someone provide me any reference that discusses these
controls with respect to each other and how to upgrade from the old one to
the new one.
In my specific case, I am using code that closely resembles code in:
http://www.codeproject.com/vb/net/VbNetOwnerDrawMenu.asp. This is the code I
would like to see rewritten to utilize the ToolStripMenuItem.
Any help would be appreciated.