How do I use a single form to display several screens, such as login, registration, administration, etc.?
It is possible to use the panel component, but the rendering of the panel is slow, as well as being unpleasant to develop in this way.
I may be talking shit, but I imagine a solution like that.
frmPrincipal
= Contains Windows Form with the fixed components.
duvLogin
= Contains the visual components that will be activated in frmPrincipal
when requested.
duvRegistro
= Contains the visual components that will be activated in frmPrincipal
when requested.
I would like to know the correct or best way to organize the screens in the form.