My form contains a label and a textbox

What i want is , when my mouse moves over the textbox ,

label should show a text message , and show blank when the mouse is no longer on the textbox.

i used the mousemove event of the textbox and form , but in case another textbox is placed close to this textbox , and if i immediately takes the mouse to this second textbox , label does not get blank .


Any solutions ?

Thanks.