UI button colour change

frankie13

Registered User.
Local time
Today, 22:57
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
 
Go to On Mouse Move property of the switch and disable the code in it. It should work.

Regards,

Ashfaque
 
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
 

Users who are viewing this thread

Back
Top Bottom