Hi ,
I want to change the backcolor of a command button when I move the mouse over the button. Can anyone help me by either lending me some code or providing some url where I can find some examples for this ?
Thanks in advance,
Ramesh
Printable View
Hi ,
I want to change the backcolor of a command button when I move the mouse over the button. Can anyone help me by either lending me some code or providing some url where I can find some examples for this ?
Thanks in advance,
Ramesh
No Problem, set the command buttons style to graphical. on the command1_mousemove event set the command button backcolour to the colour you need. on the form_Mousemove event set the backcolour to vbButtonFace, if there are any other controls right next to your command button set the backcolour to vbButtonFace on their mousemove events too.
Hope this helps