Click to See Complete Forum and Search --> : Tool Bar notifications


Basim
June 15th, 2003, 11:26 PM
hi can any one tell me that if i press a tool bar button then which notification would i receive i have looked at MSDN but i didnt find anu suitable notification that mataches a mouse click on the tool bar.

thanx in advance
regards
Basim

rxbagain
June 16th, 2003, 12:00 AM
When you press a button in a toolbar, It will generate a WM_COMMAND instead of a notification message. You can then examine the Identifier to deal with it.

You can look more about toolbar in this MSDN section
Platform SDK -> User Interface Services -> Windows Common Controls -> ToolBar Controls

Hope it will help you