What happened to fillcolor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jeffrey Wadsworth
    New Member
    • Jul 2010
    • 2

    What happened to fillcolor

    I am just starting to put together a form with checkboxes in it and I want to have the check box change color when the box is activated. It seems that in VB6 there was a property called "fillcolor" . This does not seem to exist in vb8. What is the fix? Is it something very obvious that I am overlooking? Thank you in advance.
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Try :
    Check1.BackColo r =vbRed

    Regards
    Veena

    Comment

    • Jeffrey Wadsworth
      New Member
      • Jul 2010
      • 2

      #3
      Thank you but it didn't work. There are fields in the macro attribute properties for back color and fore color. I saw something in VB6 for fill color, but not in VB8 Express that I'm using. I'll keep looking.

      Comment

      Working...