Bitmap load, edit & save

D

David M C

I would like a control on my form that, from the path stored in the relevant
record, automatically loads the bitmap, allows me to draw on it, and saves it
when the record is saved (if the record save is cancelled, the bitmap
shouldn't save). The bitmaps will be stored on the server with the backend.

Is there already a control that will do this (or nearly do this)? I've seen
Leban's picture box control, which is almost what I need, just with the
load/save functionality bolted on.

There will be three of these controls on the form, each displaying a
different image. Obviously, this has the potential to produce a slow loading
form. Are there any ways around this?

Thanks for your input,

Dave
 
Top