• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VB Net - Easy Question

jmcoreymv

Diamond Member
Im trying to figure out how to make it so I can perform actions when a mouse is over a certain control. Like lets say the cursor moves over a label, then i want the text in textbox1.test = "blah"

How would I do this?
 
you can do this without vb.net. it's just a question of client-side javascript. you want to put your javascript code in an event like onmouseover.
 
jmcoreymv, i'm not at my work computer right now (with vb.net on it). When I get to work this morning I'll let you know. I'd hate to tell you wrong. Plus i have a website you need to check out. It's in my Fav's ,,, i'll shoot it your way.
 
Back
Top