Image map??

  • Thread starter Thread starter Primo
  • Start date Start date
P

Primo

How can I create two (or more) different links in one
single image with VB.NET
Like in other HTML editors
 
Primo,
That was hard thinking Primo,
I think you mean an area map in Html,
(giving shapes and coordinates to an image an then the links are shown up)
I don't know it either but I write it here, for the next reader from this
question.

As I see it now, is the only way to make it by hand or with an other HTML
tool and paste it in the HTML.aspx page.
But if it is provided as a tool in Visual.Studio.Net, therefore I am curious
too.

Cor
 
Hello,

Primo said:
How can I create two (or more) different links in one
single image with VB.NET
Like in other HTML editors

Are you talking about a Windows Forms application? Have a look at the
'GraphicsPath' and 'Region' classes. You can use them to store the areas
and perform hit testing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top