.focus command guide. need code

  • Thread starter Thread starter muhammadanzar
  • Start date Start date
M

muhammadanzar

Guest
hi

when i try to move one textbox1.leave event, write command

textbox2.focus

when i saw in Debug it loop, in debug yellow line come on textbox2.focus than again go up and down.

Private Sub TextBox1_Leave(sender As System.Object, e As System.EventArgs) Handles TextBox1.Leave
TextBox2.Focus()
End Sub
where is problem in my code. how to solve it.



MUHAMMAD ANZAR E-mail : muhammadanzar@hotmail.com Mobile # :0092-3215096959

Continue reading...
 
Back
Top