MFC SDI help
-
Quick question: I want to treat an SDI sort of like a dialog box -- I'm going to want to put some graphical buttons on the screen, some edit boxes, etc. But I want more flexibility with what I draw on the window than I get in a dialog app, plus I think I want to use the menu bar... maybe eventually a toolbar. So I'd like to do this with and SDI app. I asked a friend I work with if he knows how to do that, and he said he remembered seeing exactly what I was looking for on The Code Project, but couldn't find it in all the articles. Okay, so the question wasn't so quick, but the answer should be. Could anyone provide a link to the article I need based on the description I gave above? Danny
-
Quick question: I want to treat an SDI sort of like a dialog box -- I'm going to want to put some graphical buttons on the screen, some edit boxes, etc. But I want more flexibility with what I draw on the window than I get in a dialog app, plus I think I want to use the menu bar... maybe eventually a toolbar. So I'd like to do this with and SDI app. I asked a friend I work with if he knows how to do that, and he said he remembered seeing exactly what I was looking for on The Code Project, but couldn't find it in all the articles. Okay, so the question wasn't so quick, but the answer should be. Could anyone provide a link to the article I need based on the description I gave above? Danny
It sounds like you need to use
CFormView
.
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
Quick question: I want to treat an SDI sort of like a dialog box -- I'm going to want to put some graphical buttons on the screen, some edit boxes, etc. But I want more flexibility with what I draw on the window than I get in a dialog app, plus I think I want to use the menu bar... maybe eventually a toolbar. So I'd like to do this with and SDI app. I asked a friend I work with if he knows how to do that, and he said he remembered seeing exactly what I was looking for on The Code Project, but couldn't find it in all the articles. Okay, so the question wasn't so quick, but the answer should be. Could anyone provide a link to the article I need based on the description I gave above? Danny
I think you have to look over this link http://www.codeproject.com/docview[^][^] or the these two more perfectly, you need to have Form View. http://www.codeproject.com/docview/dfv.asp[^][^] http://www.codeproject.com/docview/cpropertyview.asp[^][^] Neelesh K J Jain.
-
I think you have to look over this link http://www.codeproject.com/docview[^][^] or the these two more perfectly, you need to have Form View. http://www.codeproject.com/docview/dfv.asp[^][^] http://www.codeproject.com/docview/cpropertyview.asp[^][^] Neelesh K J Jain.