button events

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone tell me what event i would use to change the background colour of a button while the mouse is over the button. I could not find the mouseover event

The colour will need to change back to its origional when the mouse is not over the butto

Thx
 
Hi Avni,

Just use the button mousehoover and mouseleave events to change the
backcolor.

I hope this helps?

Cor
The colour will need to change back to its origional when the mouse is not
over the button
 
Hi Cor

U dont happen to know what colour i use to get back to the origional 'Control' colou
It does not seem to appear in the list provided by the dybnamic code help

i.e
Button1.BackColor = Button1.BackColor.contro
does not exist. How would i use this colour?
 
Back
Top