Need help in creating map using vb6

Asked By 20 points N/A Posted on -
qa-featured

Hello experts,

I need help in creating map using vb6. I have a project that needs to create a map but I don't know how to start it. Can you give me an idea on what will be the necessary steps. Can I integrate some plugins? Can you give me a link to forums having the same problem with me for me to have a better idea. Thank you experts, I really need this..

SHARE
Best Answer by Williamson Mellisa
Answered By 5 points N/A #132929

Need help in creating map using vb6

qa-featured

Dear user,

I have done a research on Google for your query and have found a website from which you will find help regarding your problem, here is the website:

http://www.vbasic.net/how-to-create-an-image-map-in-visual-basic-net/

It website shows a tutorial through which you create an image map with the help of ASP.NET’s ImageMap control.

Hope this will help you.

Thank you.

Best Answer
Best Answer
Answered By 5 points N/A #194848

Need help in creating map using vb6

qa-featured

You can check this tutorial https://msdn.microsoft.com/magazine/msdn-magazine-issues how to create a dynamic maps. Here is very simple step by step explanation  how to set up properties, querying XML then drawing the map and visualizing map date.

In Visual Studio you can integrate plugins into your map using Image Map. With that tool you can create an image with hotspots that users will be able to click on it. Here is steps how to use Image Map: Open Visual Studio toolbox and you will find Image Map control. Click and drag do the destination you want to make plugin. Then open the properties and set the url for that hotspot. You can choose different hotspots as circle, rectangle or polygon. You can see other properties how it works.

I hope this solution will help you.

Related Questions