Mondeo
Well-known member
This is the first time ive done anything with the drawing classes so bear with me!
Basically I have a jpeg of a map of the UK, I want to display this on a windows form, thats the first thing.
Then in a database I have loads of members details, for each member there is also "easting" and "northing" which are ordanance survey grid references and relate I believe to the number of metres north and east from a point somewhere in the sea to the bottom left of the map.
For example 37570 E and 42860 N refers to Accrington, Lancashire.
Basically im looking to do a function that takes the northing and easting values and plots a point on the jpeg map.
How would I go about something like this, im not looking for the code to do it (although that would be nice lol), just the correct basic steps and ill work it out as a learning exercise.
Many thanks
Ben
Basically I have a jpeg of a map of the UK, I want to display this on a windows form, thats the first thing.
Then in a database I have loads of members details, for each member there is also "easting" and "northing" which are ordanance survey grid references and relate I believe to the number of metres north and east from a point somewhere in the sea to the bottom left of the map.
For example 37570 E and 42860 N refers to Accrington, Lancashire.
Basically im looking to do a function that takes the northing and easting values and plots a point on the jpeg map.
How would I go about something like this, im not looking for the code to do it (although that would be nice lol), just the correct basic steps and ill work it out as a learning exercise.
Many thanks
Ben