
SCREEN 12 in QB (colors) please convert to VB format
Hello does anybody know how to convert QB screen 12 colors to
visaul basic format?
For example:
QB style
SCREEN 12 set the screen so that it could display 256 different colors
y = point(7,10)
if y returns 96 how do I know what color is that in VB?
thanks for anyhelp
PS. I think to solve the problem you need to do some multiplying stuff.