TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
David Castro
NA
1
2.8k
GMap.Net C# show coordinates when i move over the map
Sep 18 2016 2:56 PM
As simple one is to have the following code in the MouseMove event GmapControl
private void map_MouseMove(object sender, MouseEventArgs e)
{
base.OnMouseMove(e);
PointLatLng p = map.FromLocalToLatLng(e.X, e.Y);
label1.Text = Convert.ToString(p);
}
Reply
Answers (
1
)
How to become a Good coder in c#?
find out the word in Excel