How can I handle message of a class that drived from COleControl?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can I handle message of a class that drived from COleControl? I added some function like WndProc(...), but program does NOT reach them!?
-
How can I handle message of a class that drived from COleControl? I added some function like WndProc(...), but program does NOT reach them!?
Behzad Ebrahimi wrote: How can I handle message of a class that drived from COleControl? I added some function like WndProc(...), but program does NOT reach them!? You need to use a message map. Take a look here: Message Handling and Mapping[^] -- jlr http://jlamas.blogspot.com/[^]