Creating/Using An Image Map

  • Thread starter Thread starter JesseJames
  • Start date Start date
J

JesseJames

Hello,
I want to create a program (in C#) that the interface will be an image, and
just like HTML based ImageMap I will have "Hot Spots" on the image
with links to navigate in the options.
Meaning, the whole screen will be one image and each location on the
image will take me to somewhere else in the options menu.

Can you direct me and help me do that?
First, how do I calculate the parts of the image that I want to make
links? Have any idea? Tool? (I might want to add more images to the
program at run-time so I need something dynamic to calculate this)

Second, after I have the coordinates - How do I make them "come to
life", I have the image tool to show the image but how to I make parts
of it "clickable"?

I will appreciate any ideas & help you can give me!
Thanks!
 
Hi Jesse,

Did you know that there are two more specialized newsgroups for your
question.

micorosoft.public.dotnet.framework.drawing
and
microsoft.public.dotnet.languages.csharp

In you situation I would crosspost a message to those newsgroup.
Crossposting is one message too two newsgroups in one time.

That will probably gives you the most change on result.

I hope this helps?

Cor
 
Back
Top