VB.NET Menu - ComboBox In Menu and Selection Events

preview_player
Показать описание
VB.NET Menu is rather powerful.Its very easy to create intuitive menu interfaces for easier navigation.You can use the MenuStrip component as your main center of navigation within a windows form application,and may applications in fact do so.
Here we explore how to include ComboBox inside menu and capture events,it may be easier than you think.

In short we do sth like this here:

1.Create a VB.NET WinForms app.
2.Add MenuStrip Components.
3.Create a ComboBox in the menu.
4. Handle its selection events hence showing a form or messagebox
5.Enjoy !!

Cheers Guys
Рекомендации по теме