Hi again,

I just had a quick question. I'm running a dialog window as the main window for my program and i want the view to change depending on what I select from a combo box. Basically, I want the main layout to stay the same, I just want some controls to "disappear" and others to come up in their place, what would the best way to do this be?

I don't want to make multilpe resources and use ShowWindow(item, SW_HIDE|SW_SHOW) because that would be stupid, should I used MDI or something or is that the completely wrong track?

Thanks,