Jefftoe
Sep 1st, 1999, 10:31 PM
This has happened to me a lot, in several different ways, but basically (in this case)
using a map, where States are a solid color, and reading the cursor position in the mousemove event... then doing
picture1.point (x,y) to get the color. (long integer) Same picture, same program, everything, but different values on each machine!!! why? How do I prevent that?
I have a big case statement as such...
select case lReturnedColor
case 78346
form1.caption = "Texas"
case 83988
form1.caption = "Minnesota"
End Select
You get the picture...
using a map, where States are a solid color, and reading the cursor position in the mousemove event... then doing
picture1.point (x,y) to get the color. (long integer) Same picture, same program, everything, but different values on each machine!!! why? How do I prevent that?
I have a big case statement as such...
select case lReturnedColor
case 78346
form1.caption = "Texas"
case 83988
form1.caption = "Minnesota"
End Select
You get the picture...