I have an idea for a program to record the coordinates of an adjustable grid to a text file. A transparent image could be loaded under the griid, so that important points could be recorded.
I wanted to have an adjustable grid setting.
I would also like to put in my own points in with right click of the mouse (and perhaps remove a point with a left click).
I've seen some code for a basic paint program, but I was stumped on how to record the (X,Y) position of a mouse into a textbox or text file.
The picture hopefully describes what I mean.
I have found this: Simple Image Mapping Utility (seems interesting)
hxxp://www.codeproject.com/KB/GDI-plus/ImageMapperPackage.aspx
There are now two different versions available:
A Net version (A real nice app with lots of features- shows and saves points, calculates distances, point can be moved)
Thanks cbbibleboy for all the great amount of effort that you have put into the project so far.
A Vb6 Version (Not so professional - no points shown on screen, but can save to file or use OLE, calculates areas of enclosed shapes)