Menus with buttons

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hi All,

I want to create a menu bar on the bottom of the
screen... No problem right, but I want to add buttons to
the menu. In eVB it was sooo easy... But I am having
trouble in C#.

Can anyone help me here?

Thanks,
James.
 
Yup,

I worked this one out...
Adding a MainMenu bar and then Toolbar to the bottom of
the Form will automagically align the toolbar buttons
after the right most MainMenu Item... Alignment is
performed at runtime.

THanks,
James.
 
Back
Top