VB Code:
ddrval = make.BltColorFill(rBack, RGB(172, 172, 172))
acording to paint this red green blue value is grey but on the screen it appears yellow-orange why???
Printable View
VB Code:
ddrval = make.BltColorFill(rBack, RGB(172, 172, 172))
acording to paint this red green blue value is grey but on the screen it appears yellow-orange why???
Are you in 16-bit colour mode?
If you are not in 32bit take a look at this...
http://www.visualbasicforum.com/show...ghlight=rgb%2A
yes im in 16
it works in 32! but how todo it in 16 caze 32 may make my app slower
Did you look at my link at all????
yes i did now and it worked! Thanks
;)