Hi, all.

I would like to know about convertion from (x, y) to (latitude, longitude)?

For Example:

In my project(windows form - VB.NET) i have a Panel (control) and have a MouseMove Event then when i moving the mouse it have a location such as:

Label1.text = e.X
Label2.text = e.Y

So how to convert it to?:

Label1.text = Latitude(e.X)
Label2.text = Longitude(e.Y)

Your answer would be greatly appreciated.

Thanks,

Bazzer Respeto

Recommended Answers

All 2 Replies

Hi, Waqasaslammmeo.

Thank you fo your replay, i see.
I will use it for the reference.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.