Adam B
10-09-2006, 10:55 PM
I'm a professional VB6 coder looking to get into VC++6. I'm starting out with MFC and think I finally got the Document/View hierarchy figured out (not something I really had to worry about in VB), however, I'm in search of some nice "beginner going to intermediate" range tutorials. I've looked on Google, but the sites I find are either too advanced or too beginner.
I have the "Sams Teach Yourself VC++ 6 in 24hrs" book, but it's 50+% crap and doesn't explain everything. For example, it didn't mention that you had to size the combo's drop down to actually get it to show up when you run the program. That was an aggravating experience. Now I'm trying my hand at getting a CFormView-based application going (something the book barely mentions) and it's all good except I can't seem to get the MRU that the AppWizard provides working properly. It only stores one file even though it's set to do four. More than likely it's caused by how I'm opening the documents (using GetActiveDocument()), but I haven't figured out how to close the current document/view and open a new one with the selected file. (I will continue searching for this, though.)
The only other VC++ book I had is on 3D games development and of course doesn't use MFC. I don't want to sound like a total newb, but any good sites would be very helpful.
I have the "Sams Teach Yourself VC++ 6 in 24hrs" book, but it's 50+% crap and doesn't explain everything. For example, it didn't mention that you had to size the combo's drop down to actually get it to show up when you run the program. That was an aggravating experience. Now I'm trying my hand at getting a CFormView-based application going (something the book barely mentions) and it's all good except I can't seem to get the MRU that the AppWizard provides working properly. It only stores one file even though it's set to do four. More than likely it's caused by how I'm opening the documents (using GetActiveDocument()), but I haven't figured out how to close the current document/view and open a new one with the selected file. (I will continue searching for this, though.)
The only other VC++ book I had is on 3D games development and of course doesn't use MFC. I don't want to sound like a total newb, but any good sites would be very helpful.