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
sasa lazic
NA
104
49.9k
GMap.Net C# show coordinates when i move over the map
Nov 21 2013 2:33 PM
Hello everyone,
I try to use GMap.Net.WindowsForm in my app.
I have a problem I do not know how to fix it.
Here's part of my code
protected override void OnMouseMove ( System.Windows.Forms.MouseEventArgs e )
{
base.OnMouseMove ( e ) ;
PointLatLng p = gMapControl1.FromLocalToLatLng ( eX , eY ) ;
label1.Text = Convert.ToString ( p ) ;
}
When you hover mouse over the map does not change coordinates , but when I move mouse over winform have change coordinates .
can you help me
thanks in advance
Reply
Answers (
1
)
how to show messagebox
How i Create Parametrize Thread in c#.Net in ForEach Loop