Results 1 to 5 of 5

Thread: Diamonds...

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2001
    Location
    Kingston, Ontario, Canada
    Posts
    74

    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.

  2. #2
    Junior Member
    Join Date
    Mar 2002
    Location
    canada
    Posts
    28
    you could try this

    on the mousclick function of the shape


    shape1.backcolor = vbred

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2001
    Location
    Kingston, Ontario, Canada
    Posts
    74
    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.

  4. #4
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    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....

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jun 2001
    Location
    Kingston, Ontario, Canada
    Posts
    74
    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
  •  



Click Here to Expand Forum to Full Width