Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to use an interactive map of US in my Desktop based application without using Internet connection. The thing i want to do is whenever will user click on any state, the application will show the information of that state. How is it possible?
Posted
Updated 28-Apr-14 2:19am
v2
Comments
James_Finch 28-Apr-14 11:04am    
The only way is to gather that information beforehand and store it. I'd start now... lol. If you want your app to look nice and act as you would expect, this is going to take a lot of work. You can use Expression Blend to create custom controls to match the shape of each state (or close enough) and have the control fetch the relevant information from a database or in-memory cache on hover, and display it in a tooltip. Or you can create a nice form to display - whatever you want.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900