scrolling dialog contents
I would like to display a consistent sized dialog box, but have a variable sized content. The idea is to create varying form questionnaires and have them displayed in a dialog. Are there any available tricks to be able to scroll the contents of a dialog box. (I do not want to scroll the dialog box itself, just the non-viewable content within.)
Re: scrolling dialog contents
An idea that pops into my head is an SDI app with a CFormView class to hold your dialog template. This will give you automatic scrollability, although the user will be able to resize the window.
Other than that, I don't know what you can use.
Good luck!