On Mouse Hover

Cheetah

Well-known member
Joined
Oct 12, 2006
Messages
232
Programming Experience
Beginner
Hi there,

I have a set part of the form, which i want on hover, it stoppes a timer and on mouse leave it starts the timer again

This part of the screen does have objects on it which have been created on runtime.

Thanks.

EDIT:

Also how do i assign events to the objects i have created at runtime?
 
Don't understand what you say about hover for part of form - it there a hidden question around that?
You can dynamically add/remove event handlers with the AddHandler/RemoveHandler statements.
 
Back
Top