daedalus_hammer
03-26-2003, 01:08 PM
Hi
I just started to make my own buttons (bitmap immages).
I remember in html you can use an event "mouse over" to do something when the mouse is over a link or a picture, and I was wondering how could I do that with VB (in particular with Image control) because I made a button composed of 3 immages - one for normal display, one for mouse-over and an other for click.
But the problem is there is no "mouse over" event.
I tried using mouse moove but that only works while the mouse is actually mooving, and further more I tried adding a timer to make the time the button is displayied in "mouse over mode" smoother but it's really not smooth.
Can anyone please help me?
Thanks
I just started to make my own buttons (bitmap immages).
I remember in html you can use an event "mouse over" to do something when the mouse is over a link or a picture, and I was wondering how could I do that with VB (in particular with Image control) because I made a button composed of 3 immages - one for normal display, one for mouse-over and an other for click.
But the problem is there is no "mouse over" event.
I tried using mouse moove but that only works while the mouse is actually mooving, and further more I tried adding a timer to make the time the button is displayied in "mouse over mode" smoother but it's really not smooth.
Can anyone please help me?
Thanks