UI button colour change

frankie13

Registered User.
Local time
Today, 14:55
Joined
Oct 20, 2004
Messages
20
hi

i've downloaded a piece of code for my UI, and the buttons turn blue on mouse over. I want all the buttons to return back to grey if the mouse isnt over any of the buttons.

many thanks
 
You need to put in the Form_Mousemove event the same event as is in you button mouse over but with a different color.

Maybe paste the code and we will have a look.

Dave
 
Oldsoftboss said:
You need to put in the Form_Mousemove event

Detail_MouseMove ;)
 

Users who are viewing this thread

Back
Top Bottom