Z
Zanna
Hi,
Why this code doesn't work
Private Sub txtCliente_GotFocus(ByVal sender As Object, ByVal e As
System.EventArgs) Handles txtCliente.GotFocus
InputPanel1.Enabled = True
DirectCast(sender, TextBox).SelectAll()
End Sub
I can see the SelectAll() "flashing" but it doesn't still active...
Thanks
Why this code doesn't work
Private Sub txtCliente_GotFocus(ByVal sender As Object, ByVal e As
System.EventArgs) Handles txtCliente.GotFocus
InputPanel1.Enabled = True
DirectCast(sender, TextBox).SelectAll()
End Sub
I can see the SelectAll() "flashing" but it doesn't still active...
Thanks