Changing Detail BackColor in VB.Net

  • Thread starter Thread starter Lumpierbritches
  • Start date Start date
L

Lumpierbritches

Thank you in advance for any and all assistance. I have a group of checkboxes;
when the female gender is checked, I would like to change the backcolor
property to reflect (pink) and if the checkbox male is checked to change the
backcolor property to lightblue.

In Access it's Me.Detail.BackColor = (color)

When I try BackColor.Color(Pink) I get it's undeclared or something.

Michael
 
Ken, Thank you, this however only changes the ckBox.Property BackColor. I'm
trying to change the Forms.Detail.BackColor when the ckBox is checked.
 
Hi,

The form does not have a detail property. You can change the forms
backcolor.

Ken
 
How do I change the background color of the form, when the ckBox.checked =
True?

Michael
 
* (e-mail address removed) (Lumpierbritches) scripsit:
How do I change the background color of the form, when the ckBox.checked =
True?

Why did you start a new thread?!
 
Back
Top