Need a little CFormView help
-
I am creating a SDI application that has a TreeView, ListView and a FormView to add data to a database. I am trying to make it as dynamic as possible because it is going to be used in several projects. I have data in XML files that gets read in to fill the Tree View and List View's and then the user enters the data in via the Form View. I have a DLL which has all of the screen resources laid out for the first project and I need to make the Form View display those screen images. The class derived from CFormView has the enum in it with the IDD. I have been looking though the articles here and at codeguru and have come to a choice. I can create a picture box or custom control on the default screen and then have the generic class for the screen shots pick the screen and load it into that rectangle. Does anyone have any other input or suggestions as to how I should go about doing this?