F frankie13 Registered User. Local time Today, 14:55 Joined Oct 20, 2004 Messages 20 Oct 28, 2004 #1 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
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
Oldsoftboss AWF VIP Local time Tomorrow, 01:55 Joined Oct 28, 2001 Messages 2,496 Nov 1, 2004 #2 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
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
Mile-O Back once again... Local time Today, 14:55 Joined Dec 10, 2002 Messages 11,304 Nov 1, 2004 #3 Oldsoftboss said: You need to put in the Form_Mousemove event Click to expand... Detail_MouseMove
Oldsoftboss AWF VIP Local time Tomorrow, 01:55 Joined Oct 28, 2001 Messages 2,496 Nov 1, 2004 #4 U R of course, right again