Creating a map with Hotspot Images

G

Guest

Would like to display a map (image ie png, jpg file) then place Images (hotspots) on the map that drive mouseclick events. Would also like to add mouseover events for displaying hotspot info
How do I put images on an image in web based project?
Using webservices, c# in Visual Studio 2003
 
C

Cor

Hi Geo,

I do not think I have an answer for you, but your question is in my opinion
impossible to answer when you do not tell which kind of form you use,
winform or webform.

That it is a webbased project says in my opinion nothing when you use
webservice, because with that you can use webforms and winforms.

Cor
Would like to display a map (image ie png, jpg file) then place Images
(hotspots) on the map that drive mouseclick events. Would also like to add
mouseover events for displaying hotspot info.
 
G

Guest

Using VS2003, C#, would like to create a web based project using a web form to display a map (image ie png, jpg file) then at certain pixel locations on that map image place small Images "Pinpoints" (hotspots) on the map that drive code behind functions when clicked.

Would also like to add mouseover events for displaying hotspot info
How do I put images on an image in web based project
 

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

Top