Creating a label roll over effect
Creating a label roll over effect
Rate Creating a label roll over effect
(1(1 Vote))
now on the label move event
write this code
label1.forecolorcolor=vbred (make sure that u dont both same forecolor otherwise you cant see the rol over effect
and on the form mouse move event write this code
label1.forecolor = vbwhite
this is the color of the label that you have given on the form designing
you can create as many labels as you want but note you have to perform everytime .
If you have any more questions you can ask me at [email protected]
Creating a label roll over effect Comments
No comments yet — be the first to post one!
Post a Comment