I have created a command and update handler for
a tool bar button, I need to hold the mouse down
for a period of time on the button, but I also need it to check immediatley it is pressed.

this is not standard windows procedure if you hold
the mouse down on a button it will not check immediatley.

I know I have to implement it on the left button down handler but how do I get it to check.

paul sharp