Hi All,
I have 3 images stored which are to imitate a button. One for Normal,
one for Depressed and another for Highlighted.
The 'Normal' button is placed on the form.
The Mousedown event changes the button to 'Depressed'
The MouseUp event changes the button to 'Normal'
How can I change the button to 'Highlighted when the mouse is over the
image? I could use the mouseOver event to change this but when I move the
mouse from being over the image, it is still highlighted!!!
Could anyone offer me any ideas on how to achieve this?
TIA
Mark
I have 3 images stored which are to imitate a button. One for Normal,
one for Depressed and another for Highlighted.
The 'Normal' button is placed on the form.
The Mousedown event changes the button to 'Depressed'
The MouseUp event changes the button to 'Normal'
How can I change the button to 'Highlighted when the mouse is over the
image? I could use the mouseOver event to change this but when I move the
mouse from being over the image, it is still highlighted!!!
Could anyone offer me any ideas on how to achieve this?
TIA
Mark
Comment