F frankie13 Registered User. Local time Today, 22:57 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
A Ashfaque Search Beautiful Girls from your town for night Local time Tomorrow, 03:27 Joined Sep 6, 2004 Messages 897 Nov 1, 2004 #2 Go to On Mouse Move property of the switch and disable the code in it. It should work. Regards, Ashfaque
Go to On Mouse Move property of the switch and disable the code in it. It should work. Regards, Ashfaque
Oldsoftboss AWF VIP Local time Tomorrow, 07:57 Joined Oct 28, 2001 Messages 2,499 Nov 1, 2004 #3 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, 22:57 Joined Dec 10, 2002 Messages 11,316 Nov 1, 2004 #4 Oldsoftboss said: You need to put in the Form_Mousemove event Click to expand... Detail_MouseMove
Oldsoftboss AWF VIP Local time Tomorrow, 07:57 Joined Oct 28, 2001 Messages 2,499 Nov 1, 2004 #5 U R of course, right again