Question How to change text label on rollover?

molokomesto

New member
Joined
Feb 20, 2010
Messages
1
Programming Experience
Beginner
Hi, I`m new here. Looks great, hope I will get help (and give help when possible).

Anyway I created a flash button using an external program and imported it to Visual Basic 2008 and it`s working find.

Now I want to change the text in a label whenever the mouse is pointed at the flash button...no need for click just by pointing the cursor on it. Like the Hello World prog except by pointing.
Is it possible? If so, how?

Thanks.
 
Your profile says .NET 4.0 yet you say that you're using VB 2008. .NET 4.0 is only available in VB 2010, so is this question a special case?

I'm a little confused by the fact that you say that you created a Flash button and imported it into VB 2008. Is this a WinForms app or WebForms? If it's WinForms, how exactly do you import a Flash button? Exactly what .NET control dies it become?
 
Back
Top