S Stan Sainte-Rose Mar 24, 2004 #1 Hi, How to use a button with a rollover effect on a winform ? Thanks Stan
C Cor Mar 24, 2004 #2 Hi Stan, Have a look at the MouseEnter and MouseLeave event I find then MouseEnter nicer than the MouseHoover event. (You can use the backcolor from the button) Cor
Hi Stan, Have a look at the MouseEnter and MouseLeave event I find then MouseEnter nicer than the MouseHoover event. (You can use the backcolor from the button) Cor
H Herfried K. Wagner [MVP] Mar 24, 2004 #3 * "Stan Sainte-Rose said: How to use a button with a rollover effect on a winform ? Click to expand... Events 'MouseHover', 'MouseLeave'.
* "Stan Sainte-Rose said: How to use a button with a rollover effect on a winform ? Click to expand... Events 'MouseHover', 'MouseLeave'.
C Cor Mar 24, 2004 #4 Hi Herfried, I wrote that I think MouseEnter is better than MouseHover, why you think that MouseHover is better? Cor
Hi Herfried, I wrote that I think MouseEnter is better than MouseHover, why you think that MouseHover is better? Cor
H Herfried K. Wagner [MVP] Mar 24, 2004 #5 * "Cor said: I wrote that I think MouseEnter is better than MouseHover, why you think that MouseHover is better? Click to expand... I tested it and with 'MouseHover' it's very slow.
* "Cor said: I wrote that I think MouseEnter is better than MouseHover, why you think that MouseHover is better? Click to expand... I tested it and with 'MouseHover' it's very slow.
A Ayaz Ahmed Mar 25, 2004 #6 Hello, any mouse eventhandler you use roll over affect, either mouse move, mouse up etc. Thanks, Warm Regards, Ayaz Ahmed Software Engineer & Web Developer Creative Chaos (Pvt.) Ltd. "Managing Your Digital Risk" http://www.csquareonline.com Karachi, Pakistan Mobile +92 300 2280950 Office +92 21 455 2414
Hello, any mouse eventhandler you use roll over affect, either mouse move, mouse up etc. Thanks, Warm Regards, Ayaz Ahmed Software Engineer & Web Developer Creative Chaos (Pvt.) Ltd. "Managing Your Digital Risk" http://www.csquareonline.com Karachi, Pakistan Mobile +92 300 2280950 Office +92 21 455 2414