Troubles Getting the MainMenu Component to display
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I'm having troubles trying to get my MainMenu component to display in my C# program. I created my MainMenu object by dragging it from the Windows Form components in the .NET Toolbox onto my main Form. It looks like it is there as it is added in the "#region Windows Form Designer generated code" area. But when I run the program, the menu items do not display and you cannot click on anything. Can someone please help me? Thanks in advance.