MFC Question:

What is the use of CCmdTarget?

MFC Interview Question
MFC Interview Question

Answer:

CCmdTarget class used to process window message, any class directly or indirectly inherited from CCmdTarget will eligible for message handling..


Previous QuestionNext Question
Visual Programming c++ coding for create a paint application?General purpose classes in MFC?