Repeating Button in MFC?



I am trying to use a button on a dialog box that has the property that
whenever it is held down with a left mouse click, the message handler
will be called repeatedly until the user removes his hand from the left
mouse button. The default OnButtonClicked handler is only called when
the button is released. Any suggestions would be appreciated.

Bob

.


Loading