Click to See Complete Forum and Search --> : What type of MFC application to use?


messin18
February 2nd, 2005, 07:32 PM
I'm haveing a hard time figured out exactly what i should do with my MFC application. I need all the little MFC gui widgets so it makes sense to start with a dialog based application. However i also need a menu at the top of the screen and a window to render 3d stuff so that would lend itself to useing a SDI type MFC application. Am i out of luck here or is there some way to combine the two?

Mutilated1
February 3rd, 2005, 12:38 PM
Well you could do SDI with a CFormView.