Possible Duplicate:
Creating Wizards for Windows Forms in C#
I'm new to developing VB .Net forms, and I currently have a "wizard" at the moment I just have it setup as different forms, but the problem is when changing forms Windows does the full animation and the window position can change. Which isn't that great on the user end.
The other alternative I've seen is manually hiding / showing all the elements, but that's messy and hard to maintain.
So is there a parent container in which you can dictate separate forms, so all the form logic is still in separate files, but it's accessed via the one form (from the users perspective)?
Note: I'm currently using .Show and .Hide to switch between the forms.
Using regular Windows Forms, .net 2.0