SDI to Dialog based
-
Hi, What is the easy way to convert my SDI MFC program to a dialog based MFC Application? Thanks, Binayak Binayak
Create a dialog-based application, and copy over the relevant files.
-
Hi, What is the easy way to convert my SDI MFC program to a dialog based MFC Application? Thanks, Binayak Binayak
I was going to post, "Start Over", but that would be cruel. :-O However, that's most likely what you should be doing. Start a brand new dialog based application side by side with your SDI one. Then you will have to cut'n paste from the SDI classes, MainFrame/Document/View, the stuff you need to put into the Dialog class. But be careful, cause there is a whole lot of functionality that won't be coming across too well. Things like printing, file handling just don't fit the dialog based app model. Good Luck. :) Chris Meech "what makes CP different is the people and sense of community, things people will only discover if they join up and join in." Christian Graus Nov 14, 2002. Oh and for those that ask programming questions in the lounge. Seek the truth here[^].