S Scott B \(Was New Guy\) Oct 8, 2004 #2 this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); private void checkBox1_CheckedChanged(object sender, System.EventArgs e) { checkBox1.Checked = false; }
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); private void checkBox1_CheckedChanged(object sender, System.EventArgs e) { checkBox1.Checked = false; }
G Guest Oct 8, 2004 #3 LOL. You're Alex K too. I'm Alex Korchemniy Well you can derive from the CheckBox control and disable whatever you need. I think you're looking for OnClick
LOL. You're Alex K too. I'm Alex Korchemniy Well you can derive from the CheckBox control and disable whatever you need. I think you're looking for OnClick