Fairly serious error. Cannot get a main menu happening in vb. Any way to solve this. The designer errors when adding the me.controls.add(me.mainmenu1) line.
Hi
Use the following for VB
Public Sub New() InitializeComponent() Me.Controls.Add(MainMenu1) End Sub
I hope this helps
Jay
Jay,
Thanks for your help.
Derek, if Jay's reply didn't help, feel free to post further questions on the subject.
Palli