I am creating a file conversion program and need several inputs from the user that must be in more than one dialogue box. How do make them so when the user clicks next, the dialogue window changes instead of making a new dialogue window. Is there a class to derive from or do I have to make individual dialogue windows and link them? I looked at CPropertySheet class but seems like it is intended to be used with tabs, but I want the user to be required to click next. Can I use CPropertyPages inside a regular dialogue box that will change from Page to Page everytime the next button is pushed, thus avoiding tabs. Any suggestions? Thanks in advanced.