Invisible buttons
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have created an in invisible button (overridden CButton) , and I want to send the buttons messages to the parent ( a CView ) I found an article in MSDN that describes how to do this , but I cannot seem to get it to work. Message Reflection ??? I want all the instances of the class to send the messages to the parent. Any Ideas anyone ???