I'm curious as to how some of you folks would handle the following challenge:
I need to create a Body Chart for a medical application. I want the user to be able to click on an image of a body where an injury occurred and have an "X" appear where the user clicked.
I need to record this in a database so that it can be reviewed and used to print the Body Chart and the location of the injury at any time.
My idea was to use a an image on a form and use the X,Y coordinates of the "onMouseUp" event to place the "X" on the image. Also recording the coordinates to the database.
Any "better" ways to accomplish this task?
Thanks
I need to create a Body Chart for a medical application. I want the user to be able to click on an image of a body where an injury occurred and have an "X" appear where the user clicked.
I need to record this in a database so that it can be reviewed and used to print the Body Chart and the location of the injury at any time.
My idea was to use a an image on a form and use the X,Y coordinates of the "onMouseUp" event to place the "X" on the image. Also recording the coordinates to the database.
Any "better" ways to accomplish this task?
Thanks