Hi everyone!
I'd like to know which method should be used (I'm using C#) to return the state in which the user has clicked (Continental United States only).
Basically, I've hooked the MouseUp method, and am trying to figure out which state the user clicks in whenever he releases his mousepointer.
How do I figure out exactly which state the person has clicked in?
(If this is easy, I'd also like to specifically highlight that state, or some other nice way of designating the state on the map itself........but it's not necessary ;) )