Results 1 to 2 of 2

Thread: Clickable image areas

  1. #1
    IATSREP
    Guest

    Question

    I need to be able to click specific areas of an image and cause a jump to other options. Specifically I have an aircraft dropping flares. I need to be able to click on the different flares and run other segments of code. I need to be able to see the image through whatever button I place over the flare.

    Any and all help is appreciated.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well you would create regions by using arrays of UDTs, and then when the user clicks on the image, run through the array and check which particular index in the array has an area that matches the area that the pointer is in.

    I hope that makes sense

    - jamie
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

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