If (TypeOf sender Is TextBox)Then Dim txt As TextBox= DirectCast(sender, TextBox)End If
if (sender Is TextBox){ TextBox txt=(TextBox)sender;}
No comments:
Post a Comment