Hi all,
What's the best way to create a set of windows like in installers where you can click next/back and move between screens.
My idea is to define a class which holdes all the necessary 'current window' information, such as buttons, dialogue boxes and all that. And basically have the next/previous increment between displaying these boxes.
Smart idea or utterly retarded and there is a better way?