David

David

  • NA
  • 1
  • 0

Double Clicking a Radio Button on a Windows Form

Jun 26 2009 9:36 AM
Brief description of my project:

Survey entry form with several groups of radio buttons. Surveys are submitted in paper form and entered by an administrative person.

Many times the answers for each question are all the same, so I want to double click a radio button in the first group and via some c# code automatically select the same radio button column for the rest of the questions.

I don't see a double click event for a radio button, so I'm wondering if I can even take this approach...

I am looking for some direction on completing this...

Thanks in advance...

Answers (1)