Hey guys,

I have successfully interfaced to my GPS, and extracting Lat/Long etc.

My next phase is to introduce a scanned .bmp Map into the app.

I'm seeking anyones advice who may have done this or has any
words of wisdom.

I'm anticipating palcing the .bmp into a picture control. The size
of which is determined by the scan size of the .bmp.
This area (of the .bmp) will consist of (screen) co-ordinates like,
(0,0) for top Left, (0, ?) for top Right, (?,0) for bottom Left, and
(?,?) for bottom right.

Then I can 'set (calibrate)' the position of say (0,0) to a known
Lat/Long position (read from the Map), and do the same with at
least 2 other co-ordinates.


Cheers,
Bruce.