How about setting a timer to reset the font/color?
Private sub Timer1()
label1.fontbold = false
timer1.enabled = false
End Sub
Private sub label1_mousemove()
label1.fontbold = true
timer1.enabled = true
end sub
Play with the timer time until you fine the desired delay. It will not keep the...
I have installed MS Voice but it is also on the desktop. I have reinstalled VB6 and it is still doing the same thing. I will try updating windows and see what happends. Any other known problems?
I need some help with VB6. I run it on two different machines but on my laptop when I insert a label or a few other random objects VB crashes with a fatal error. I am running Windows XP Home SP1 on both machines. I run everything fine on the desktop. Any ideas of what could be causing this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.