Ive got a problem with some panels in Visual Studio. The task we have been given is to create a GUI for a hardware/software store. I want to use a menustrip for the different choices and different panels to show different registration forms.
Image
When I click this option on the menustrip I want to bring up a panel.
The problem I get by using more than one panel is that the other panel is a part of the first panel so when I click the button both panels shows.
One panel (Everything works great)
One panel
Two panels (Error)
Two panels
The hardware panel is supposed to come when I click Hardwareprodukt on the menustrip and not when I push Softwareprodukt.
Image
When I click this option on the menustrip I want to bring up a panel.
The problem I get by using more than one panel is that the other panel is a part of the first panel so when I click the button both panels shows.
One panel (Everything works great)
One panel
Two panels (Error)
Two panels
The hardware panel is supposed to come when I click Hardwareprodukt on the menustrip and not when I push Softwareprodukt.