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

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

Back
Top