How do I use the User-Controls as a form within a Form?
This is my answer to my problem located on this thread
As seen in the original thread's solution, I've used solution #2. Instead of switching forms, I've used switching panels and the controls are contained in those panels. This way, there will be no fade transition between forms. I found this solution a bad practice and becomes unmanageable due to the number of controls in the Design window.
As I've read on CodeDoctor's post, I have found another way of switching Forms within a Form and actually be manageable in terms of OOP design.
Proposed Solution: Use User-Controls as the new panel, "A Form within A Form". In this method I can switch between forms without actually switching the form just the User-Control.
Does anyone have a simple tutorial for newbies using User Control?. Or anyone can just reply with a step by step instruction?