Hi all,
I'm new to C++ and MSVC++ and I'd like to read up on creating MFC applications. Can you recommend any books that will teach someone like me who knows C and understands the concepts of C++.
The app I want to build will be an IRC-like utility, with a text entry edit box which sends a message when the user hits the return key. The displayed text will be in a rich edit box (I assume), as I want to show text in different colours, fonts, bold etc.
Up to now I get a 'failed to create empty document' error every time I try to use a rich edit control on a form view, and the MSDN does not seem to want to give me any help at all.
Any books that can instruct me on how to do this would be most useful....
Thanks in advance.
I'm new to C++ and MSVC++ and I'd like to read up on creating MFC applications. Can you recommend any books that will teach someone like me who knows C and understands the concepts of C++.
The app I want to build will be an IRC-like utility, with a text entry edit box which sends a message when the user hits the return key. The displayed text will be in a rich edit box (I assume), as I want to show text in different colours, fonts, bold etc.
Up to now I get a 'failed to create empty document' error every time I try to use a rich edit control on a form view, and the MSDN does not seem to want to give me any help at all.
Any books that can instruct me on how to do this would be most useful....
Thanks in advance.