1, there is a need for a good C / C foundation. The so-called "knife is not misunderstanding", do not rush to start the Windows program development when contacting VC, but should be written in some character interface programs. The purpose of this is mainly familiar to the language, and it is also training your thinking and familiar with some errors in programming. More importantly, understanding and can use C , which will have a lot of help in future development, especially those who develop by MFC to be able to be skilled in C .
2. Understand the meaning and use of Windows message mechanisms, window handles and other GUI handles. Understand the API function similar to the MFC's class features.
3. Be sure to understand the role of message mapping in MFC.
4, training yourself without using the reference book when writing code, but use Help Online.
5, remember some common message names and parameters.
6, learn to see someone else's code.
7, read more books, less bought books, must be cautious before buying books.
8. Look at the reference book when you are idle.
9, come to my homepage.