主にプログラミング tips を書いています。
public Form1() { InitializeComponent(); this.id.GotFocus += GotFocus; } private void GotFocus(object sender, EventArgs e) { TextBox t = sender as TextBox; t.SelectAll(); }
0 件のコメント:
コメントを投稿