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
2010-09-16 14:40:19