Getting messages generated by toolbar buttons click?
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody, I have created a WTL MDI application. When it runs and the childframe window opens in the mainframe, I can capture the command messages generated by menu items selection in the OnForwardMsg handler of the childframe window. But I can't get the messages generated by toolbar buttons click with the same menu items identifiers. I want to know what is wrong here. Why can't I get command messages by toolbar buttons click in the childframe window? yours, Roozbeh.