Help on .NET Windows Forms ( like Image Map )

  • Thread starter Thread starter kiran
  • Start date Start date
K

kiran

Hi,
I created a form which contain one Image and text box. I wnat to
make the image as imageMap like HTML MAP and AREA tags.
In image, when i click some part( region ) of the image , i will
directed to a image click event handler and if i click another part i
will be directed to anotehr event handler.
How can I do this..?
I am trying to use Image control and LabelLink. But when i place
LabelLink on the Image.. the LabelLink hides the portion of image
where the LableLink has been placed.
Please, can anybody provide sufficient solution for this.

Regards
kiran
 
Back
Top