Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding menus to C# application [closed]

Tags:

c#

winforms

menu

Yes I am having issues, I spent a good 30 minutes on attempting to figure this out. (Not including the time I spent searching for an answer via the internet.) For the people who have a hard time understanding what I mean...

enter image description here

Using Microsoft Visual C#

like image 264
Tom Avatar asked Dec 17 '22 08:12

Tom


1 Answers

In Winforms its called a "MenuStrip"

MSDN: MenuStrip Class

Tutorial: Visual Studio Windows Application MenuStrip Driven Applications

like image 185
Haedrian Avatar answered Dec 30 '22 08:12

Haedrian