He im wondering on how to move between pages in a program.

I mean if there was the program at startup and say you wanted to look at stocks, you would click on that button and it would take you to the stocks page, and if you wanted to go back you would click a back button.

Would you have to hide all the controls using ShowWindow() and create a whole lot of new ones and vice versa for when the user clicks the other button?

Cheers,

RJK