How Do I Make an Item in a Windows Form like those in The Main Toolbar of Most Programs?
GroundZERO 63 asked:
I want to make tools like the “File, Edit, and Help” buttons on a standard toolbar. There are somethings that are similar but they have an arrow that you have to click for the list to drop down. Basically I want a label that opens into a drop down list when you click it.
The program is written in C#.
I want to make tools like the “File, Edit, and Help” buttons on a standard toolbar. There are somethings that are similar but they have an arrow that you have to click for the list to drop down. Basically I want a label that opens into a drop down list when you click it.
The program is written in C#.
Sorry for not saying that
Discount Calling Rate













2 Responses to “How Do I Make an Item in a Windows Form like those in The Main Toolbar of Most Programs?”
Programming Language?
It’s called a menu bar, should be quite easy to make, google it with your needed language like:
C# menu bar
or
Visual Basic menu bar