|
-
Dec 27th, 2001, 01:43 AM
#1
Thread Starter
New Member
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.
-
Dec 27th, 2001, 03:27 PM
#2
check out the form properties window?
-
Dec 27th, 2001, 04:20 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|