C#C
C#2y ago
Themba

Hello everyone,

I'm working on a Windows Forms application and I'm having trouble with my CheckBox controls. I have three GroupBoxes, and I want the CheckBoxes inside the third GroupBox to display a MessageBox when clicked. However, the MessageBox only appears after I click the RadioButtons in the other two GroupBoxes first.

I've attached my code to a text file for reference. Could someone help me figure out how to make the MessageBox appear immediately when I click the CheckBoxes inside the third GroupBox?

Thank you!
Was this page helpful?