Colours (1 Viewer)

GizmoT

Registered User.
Local time
Today, 22:54
Joined
May 28, 2003
Messages
86
Can someone please tell me where I can find a list of all the colour codes. i.e. Black = 0 Red = 255 etc....
 

Mile-O

Back once again...
Local time
Today, 22:54
Joined
Dec 10, 2002
Messages
11,316
Absolutely no idea.

However, rather than use those numbers for colours, why not use the RGB() function.

i.e.

Code:
MyText.BackColor = RGB(255, 0, 0)
 

GizmoT

Registered User.
Local time
Today, 22:54
Joined
May 28, 2003
Messages
86
Thanks Mile
 

Chimp8471

Registered User.
Local time
Today, 22:54
Joined
Mar 18, 2003
Messages
353
this is my very first offer of some help, since joining the forum....and yet i aint sure it's what your after but i use this site a bit.

Click Here

Hopefully this is helpfull

Andy
 
Last edited:

GizmoT

Registered User.
Local time
Today, 22:54
Joined
May 28, 2003
Messages
86
Chimp & IMO

Those are EXACTLY what I wanted - many thanks
 

Users who are viewing this thread

Top Bottom