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 windo. Is there a class to derive from or do I have to make individual dialogue windows and link them? Any suggestions?