VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Highlight On Mouse Over No Glitches

Nick Spliff  (2 Submissions)   Object Oriented Programming (OOP)   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Have you ever created a link for your email or homepage, which uses an object that highlights when you move your mouse over it? This is a much more efficient method of doing this, because it will always show the correct state. The reason for this is that most of you have coded it so the Label_MouseMove event highlights and the Form_MouseMove event un-highlights. This is a terrible way of doing it because it's possible to move your mouse away from the label without placing your mouse over the form. Therefore, the label stays highlighted, which is not the desired effect.
See the screen shot for more information.

Rate Highlight On Mouse Over No Glitches (7(7 Vote))

Download Highlight On Mouse Over No Glitches

Highlight On Mouse Over No Glitches Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters