VB.NET: How to capture events of controls created at runtime

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In vb.net, I've create a control array of radio buttons at runtime in a
groupbox. How do I capture the click event?
 
Back
Top