FormView without Document/View
-
hi, I'm trying to create a Form from a dialog box template whithout Document/View Architecture. Can any one help me? Thanks.
-
hi, I'm trying to create a Form from a dialog box template whithout Document/View Architecture. Can any one help me? Thanks.
Can you be more clear , about what you want to achieve?
Prasad Notifier using ATL | Operator new[],delete[][^]
-
hi, I'm trying to create a Form from a dialog box template whithout Document/View Architecture. Can any one help me? Thanks.
Humayun Kabir Himu wrote:
...a dialog box template whithout Document/View Architecture.
This is the default behavior for dialog-based applications. Now if you have an SDI or MDI application, see here.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
Can you be more clear , about what you want to achieve?
Prasad Notifier using ATL | Operator new[],delete[][^]
Actually I'm trying to design a resizable form from a dialog box resource. I don't want to use document view architechture. How can I create a CFormView object that uses the dialog box I designed in the resource editor.
-
Actually I'm trying to design a resizable form from a dialog box resource. I don't want to use document view architechture. How can I create a CFormView object that uses the dialog box I designed in the resource editor.
Humayun Kabir Himu wrote:
How can I create a CFormView object that uses the dialog box I designed in the resource editor.
Why you want
CFormView
? You can useCDialog
instead.Prasad Notifier using ATL | Operator new[],delete[][^]
-
Humayun Kabir Himu wrote:
...a dialog box template whithout Document/View Architecture.
This is the default behavior for dialog-based applications. Now if you have an SDI or MDI application, see here.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
I just need it:)