private void textBox_KeyDown(object sender, KeyEventArgs e)
{
if(e.KeyCode == Keys.Enter)
{
this.ActiveControl = label1; //this is Form object
}
}
02-01
2241

12-08
1万+

09-05
1048
