|
-
Jun 15th, 2002, 12:33 PM
#1
Thread Starter
Lively Member
Diamonds...
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?
To err is human, to really mess up, you need a computer.
-
Jun 15th, 2002, 12:39 PM
#2
Junior Member
you could try this
on the mousclick function of the shape
shape1.backcolor = vbred
-
Jun 15th, 2002, 12:41 PM
#3
Thread Starter
Lively Member
Yes, but there's no Diamond in the shape control. That's the problem.
To err is human, to really mess up, you need a computer.
-
Jun 15th, 2002, 12:42 PM
#4
PowerPoster
Well
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)...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Jun 15th, 2002, 12:46 PM
#5
Thread Starter
Lively Member
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.
To err is human, to really mess up, you need a computer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|