tags:

views:

30

answers:

1

Is there anything like RepeatButton in Windows Forms? How can I implement same behavior using an ordinary button?

+1  A: 

Not out of the box, but you can build your own. Here's an example: http://www.codeproject.com/KB/cpp/RepeatButton.aspx

David Stratton