Greetings:
I'm relatively new to VC++ (and completely new to the MFC).
I used app wizard to create a SDI program with doc/view
architecture. The view window class is inherited from
CFormView (the one that uses a dialog box resource).
I have several fairly simple (at least in VB) questions about the properties of the app.
1) Is there any way to make the child window blend in with
the frame window so it looks like one big form?
2) Can I create several new dialog box resources and treat them like the view window, allowing the user to cycle through them?
3) I'm having difficulty with size issues, for instance
the parent window doesn't maximize when I put a cs.WS_MAXIMIZE in the PreCreateWindow() function.
Also, is there any way to deal with the resizing of controls
and forms when the user changes screen resolutions?
4) (perhaps most importantly) what references (web or printed) would you recommend for a wannabe windows programmer of my caliber? I'm familiar with C++ concepts and have been doing UNIX/DOS stuff for quite some time. I learned a little VB, but haven't done much serious programming with it. I've looked a bit at Using Visual C++ 6 (Author Kate Gregory, published by Que). I thought it was a very mediocre book. Slow, and rather incomplete. Also, where do they hide all the open source, sample type programs on the net? (i.e. where' planet-source-code.com for VC++)?
Thank you in advance for your time!
I'm relatively new to VC++ (and completely new to the MFC).
I used app wizard to create a SDI program with doc/view
architecture. The view window class is inherited from
CFormView (the one that uses a dialog box resource).
I have several fairly simple (at least in VB) questions about the properties of the app.
1) Is there any way to make the child window blend in with
the frame window so it looks like one big form?
2) Can I create several new dialog box resources and treat them like the view window, allowing the user to cycle through them?
3) I'm having difficulty with size issues, for instance
the parent window doesn't maximize when I put a cs.WS_MAXIMIZE in the PreCreateWindow() function.
Also, is there any way to deal with the resizing of controls
and forms when the user changes screen resolutions?
4) (perhaps most importantly) what references (web or printed) would you recommend for a wannabe windows programmer of my caliber? I'm familiar with C++ concepts and have been doing UNIX/DOS stuff for quite some time. I learned a little VB, but haven't done much serious programming with it. I've looked a bit at Using Visual C++ 6 (Author Kate Gregory, published by Que). I thought it was a very mediocre book. Slow, and rather incomplete. Also, where do they hide all the open source, sample type programs on the net? (i.e. where' planet-source-code.com for VC++)?
Thank you in advance for your time!