Capturing events for all images on a form.

banjo ben

Registered User.
Local time
Today, 15:59
Joined
Nov 4, 2010
Messages
13
Hi, I had a quick look and couldn't find anything relating to this, so here goes...

I have a form that will eventually have around 70 images, which will all behave in a similar way. I was wondering if it is possible to capture the mousedown, mousemove and mouseup event of all images on a form using a single peice of code for each type of event. I was looking along the lines of using a Class Module and creating a 'wrapper' around the image. I found a few examples on the web, but none specific to images and their existing events.

Due to restrictions at my work, I am limited to using Access '97.

Thanks in advance,
Ben
 
Why are you using Access, immediately you can see that this could possibly be better handled with html.

Simon
 
Unfortunately, restrictions placed on me at my place of work make it much easier to just use Access.
 
Whilst I do exactly think this a great idea. I would use a Continuous form but does mean storing image file information as well. If you are using Access 2007, it is a simple matter to associate images files to records.

Simon
 

Users who are viewing this thread

Back
Top Bottom