Okay, here is my problem as it stands. This has been 'bugging' me for ages. I would appreciate any help.
Basically, I have a form in the attached project, this form has a button image on it. When the mouse is moved over this image the image lights up (changes image), when the user moves the cursor off the image, it goes back to normal. However, I am having quite a few problems with it as follows and would like it if someone could help me to:
Stop the Re-painting of the entire form every time as it really looks un-professional
Help to try and ensure that the image doesn't indent itself out of view as it currently does!
And finally, perhaps improve upon my current code to make it more efficient.
If you could take a second to download the .zip file, it contains all appropriate project files and the images.
I really do need some help on this and would appreciate anyones efforts or input into how I can resolve these problems.
Thanks, and merry christmas
Jord
Last edited by intraman; Dec 25th, 2004 at 03:12 PM.
You could use a graphical checkbox. It has a down image built in. Except for a border around the edge of the picture, it switches the images automatically with no flicker, and no offset. there is no mouseover, though.
Take a good look at your modified project. You'll find two new Images on the form. It might not be the best way arround (resource file would probably be much cleaner), also VBisn't great to work with GIF type images so ordinary BMP perform much better (new images are included in the zip).
Buzz me if you have any questions.