Hi all, I'm working with VB 2003 .NET 1.1
I would like to create a custom MainMenu control that use custom MenuItem.
My problem is when I'm editing the custom MainMenu control in design-time, it creates System.Windows.Forms.MenuItem instead of my custom MenuItem.
How can I tell the designer to use my custom MenuItem?
Thank you for your help.
