14-12-15, 07:14 PM
جرب وضع
في حدث mouse_move
PHP كود :
Dim p As New Point
p = Cursor.Position - Me.Bounds.Location
Dim ctl As Control = Me.GetChildAtPoint(p, GetChildAtPointSkip.None)
If IsNothing(ctl) = False Then ctl.Text = "hi"
