Home All Groups Group Topic Archive Search About
Author
14 Jul 2006 1:43 PM
asper
Let's say I have a panel with some images and want to change some attributes
when user hovers over the panel. I'd like to do that with VB.NET
There's no event handlers for mouse listed (VS 2005)
Thanks for help

ASPER

Author
14 Jul 2006 5:03 PM
Steve C. Orr [MVP, MCSD]
For this you can use onMouseOver and onMouseOut  JavaScript events, as
detailed in the RolloverImage control located here:
http://SteveOrr.net/articles/InheritAndExtend.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"asper" <l**@wero.com> wrote in message news:e9872l$9vc$1@news.onet.pl...
> Let's say I have a panel with some images and want to change some
> attributes
> when user hovers over the panel. I'd like to do that with VB.NET
> There's no event handlers for mouse listed (VS 2005)
> Thanks for help
>
> ASPER
>
>