1 Attachment(s)
a simple problem with interface
Hi all ,
I want to load and show images using a single document MFC project , its interface is shown in the attached files, I am new to visual c++, I know how to show a bitmap using dialog based MFC, because it has some controls to make up the interface, in the attached picture, I mark two parts "first"and "second", the "second" seems to be property sheet in dialog,but how can I realize it using single document , thank you in advance!
Re: a simple problem with interface
You can use a dialog in a view, if you use CFormView as the view class. The rest works pretty much the same as with a dialog application.