Creating a map with Hotspot Images

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
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
 
Back
Top