Hey,
I want to get a diamond shape, and have it filled... lets say with vbBlue, then on click, it changes the color to vbRed. How would I do that?
Printable View
Hey,
I want to get a diamond shape, and have it filled... lets say with vbBlue, then on click, it changes the color to vbRed. How would I do that?
you could try this
on the mousclick function of the shape
shape1.backcolor = vbred
Yes, but there's no Diamond in the shape control. That's the problem.
Rotation of a shape seems to be a pain in the ass (at least from searching on it). Search for changing color - I think theirs an API call to do it (something with FLOODFILL)...
Ya, I tried the rotating a square shape approach already. The other problem is that there is no Shape1_click option as shapes get no calls like that, so I was looking at using a square label. But it's a pain in the neck to rotate.