UserControl issue - UC2 doesn't appear after closing UC1
Hello,
I started learning about almost a week ago and the past day or two this problem has been bugging me so much.
I may have made it more of a mess than it already is, I tried searching on google and came across a solution that offers constructors but it didn't work out for me.
I honestly feel like this has such an easy answer so I am sorry for any inconvenience
Could this be a thing that requires Events?
Basically, I am making an Address Book project;
I want the starting menu to hide and the main menu to show when the user pressed the "Enter" button.
The issue is, upon pressing Enter, the start menu does hide but main menu does not show at all.
Code of Main Form; (mainMenu.cs is empty except for a this.Hide() at MainMenu())
_Code of StartMenu;
0 Replies