I am web developer trying to get win32 windows forms working. I have a simle structure with a main form with my menu and content forms with only a button to "return to main menu." First, my forms open in new windows, instead of the same as main. I only want one window and one form open at a time (though I wouldn't mind having a parent form that loads all the content forms, especially for state control). I've been looking around, and the only other clear-cut info I can find discusses MDI - Multiple document Interface. But this is not what I need. I only want to display one form at a time. Can anyone get me started here? Maybe point me to a good resource? (please, not MSDN reference material, I need a thorough explanation and maybe a sample project). Thank you, very much, in advance!