Brockmann: "Creating Rich Web Applications Gets a Ton Easier"
e-grou chooses Visual WebGui over standard ASP.NET
Try the revolutionary Studio the all-new 6.4 beta is here
Fully functional software versions for 30 days evaluation period
Download the free edition of the Visual WebGui Studio
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