Rollover Button

  • Thread starter Thread starter Stan Sainte-Rose
  • Start date Start date
S

Stan Sainte-Rose

Hi,
How to use a button with a rollover effect on a winform ?
Thanks

Stan
 
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 Herfried,

I wrote that I think MouseEnter is better than MouseHover, why you think
that MouseHover is better?

Cor
 
* "Cor said:
I wrote that I think MouseEnter is better than MouseHover, why you think
that MouseHover is better?

I tested it and with 'MouseHover' it's very slow.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top