CFormView vs. Dialog
-
I have MDI application, that needs 3-5 different User interfaces to present and get information to the user. I pretty much only need the standard button, radio buttons, check boxes, and edit box to get and present this information. Q: Which way is the best to create the individual UI's in MDI application. Right now, CFormView and/or a Dialog seem to provide the same capablities. What is the difference between these two objects in MDI app. My final product, will have 3-5 User Interface that will each be used to configure a individual C++ class object. Each of these C++ objects will control a single part of large system that all works together. The large system will a consolidate all the individual class objects into a single class with finite state machine that will run in seprate thread.
Scott Dolan Jernie Corporation Engineering & Manufacturing Software, Hardware, & Enclosures