To do this is easy if you know. Haha ha
No need to write complicate coding just enough to declare like below :
this.ActiveControl = txtBarcode;
private void txtBarcode_Leave(object sender, EventArgs e)
{
txtBarcode.Focus();
}
Cheers!
No need to write complicate coding just enough to declare like below :
this.ActiveControl = txtBarcode;
private void txtBarcode_Leave(object sender, EventArgs e)
{
txtBarcode.Focus();
}
Cheers!
No comments:
Post a Comment