Results 1 to 3 of 3

Thread: Colors on forms.

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2001
    Posts
    3

    Colors on forms.

    Hey, does anyone know how to change a color that is not the typical colors (yellow, blue, etc.)?

    I'm trying the get my form to be the color of #506A96 (in HTML), but I'm unsure as to how to do it in a Form1.BackColor = ??? kinda way.

  2. #2
    vshammas
    Guest
    check out the form properties window?

  3. #3
    jim mcnamara
    Guest
    It the HTML color is in RGB format (I don't know if that is true)
    then

    Form1.BackColor=&H506A96

    You can also use the Palette feature of the forms design window to get a color really close to the one you need.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width