3

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

akjoshi
  • 15,374
  • 13
  • 103
  • 121
iLemming
  • 34,477
  • 60
  • 195
  • 309

1 Answers1

2

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

David
  • 72,686
  • 18
  • 132
  • 173