Hi,

I have an image control in my vb project, and I want it to act as a button. There will be 3 images in the image control at different times.

When the cursor is not near the image, there is image 1.

When the cursor is over the image, there is image 2.

When the cursor is pressed over the image, it changes to image 3 for the brief period that the mouse has been clicked.

Then it changes back to image 2 - or 1, if the user takes the cursor off the image.

I know it has something to do with mouseover etc, but I'm not sure of the code.

Could somebody help me?

Thanks!