SDI Help
-
Hi all I had been doing dialog based work till now (MFC). Now that I would like to learn SDI and MDI, I will be glad if you can provide me with links to articles regarding the same for beginners. Thanks for your time.
:rose:
-
Hi all I had been doing dialog based work till now (MFC). Now that I would like to learn SDI and MDI, I will be glad if you can provide me with links to articles regarding the same for beginners. Thanks for your time.
:rose:
-
Hi there Its for extreme beginners, I think. I was expecting like how do I add some more controls in it, how do I make it work, etc. The article just shows how to make one SDI app. I will be thankful if you can provide me with the required. Thanks for your time. Please note that I have a fair knowledge of working with dialog based apps.
:rose:
-
Hi there Its for extreme beginners, I think. I was expecting like how do I add some more controls in it, how do I make it work, etc. The article just shows how to make one SDI app. I will be thankful if you can provide me with the required. Thanks for your time. Please note that I have a fair knowledge of working with dialog based apps.
:rose:
oh Well I think you need to a basic article:) you said I need to learn SDI/MDI.Did you search on codeproject
WhiteSky
-
oh Well I think you need to a basic article:) you said I need to learn SDI/MDI.Did you search on codeproject
WhiteSky
Yes, I searched but there are just too many of them either with loads of information which is a little overdose for me or an article like "how to create a SDI app using the wizard". I look for something in between though :)
:rose:
-
Hi all I had been doing dialog based work till now (MFC). Now that I would like to learn SDI and MDI, I will be glad if you can provide me with links to articles regarding the same for beginners. Thanks for your time.
:rose:
Might I suggest a very good book (softcover) called 'Beginning MFC Programming', by Ivor Horton. This book has an excellent tutorial in it and explains things very well.
John P.
-
Hi there Its for extreme beginners, I think. I was expecting like how do I add some more controls in it, how do I make it work, etc. The article just shows how to make one SDI app. I will be thankful if you can provide me with the required. Thanks for your time. Please note that I have a fair knowledge of working with dialog based apps.
:rose:
Aljechin wrote:
I was expecting like how do I add some more controls in it...
One way is to derive the view from
CFormView
.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
Yes, I searched but there are just too many of them either with loads of information which is a little overdose for me or an article like "how to create a SDI app using the wizard". I look for something in between though :)
:rose:
I want to answer to you but I think you get your answer with CFormView(David Crow) now you can insert your controls on forum.
WhiteSky