Changing Detail BackColor in VB.Net

  • Thread starter Lumpierbritches
  • 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
 
L

Lumpierbritches

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.
 
K

Ken Tucker [MVP]

Hi,

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

Ken
 
L

Lumpierbritches

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

Michael
 
H

Herfried K. Wagner [MVP]

* (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?!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top