Click to See Complete Forum and Search --> : hexadecimal color


nspears
January 12th, 2000, 10:24 PM
Is it possible to use hex values consistently in run-time mode? I can use decimal 255 for red, but blue and green get converted wrong. I know about the RGB(r,g,b) command, but it's in decimal, and intellisense converts txtText.ForeColor = &H0000FF& to &HFF& ... any suggestions? Am using VB 6.0. Also, how to turn off Intellisense in VB?

Norman Spears