How to add an event handler for a toolbar button

I'm using VC++ 2005 and in my application I have a toolbar with some button inside. The button IDs are not replicated inside a menu. The problem is that I cannot find how to a add a message handler for my buttons (of course I can write the code manually).
I see that right-clicking on a menu item I can choose Add event handler but there isn't the same commad when I right-click on a toolbar button. Also, on the message section of the property window of the class (CMainFrm for example) the command messages of the toolbars are not listed.
Thanks




Answer this question

How to add an event handler for a toolbar button