Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
textboxアプリケーションの起動時に特定のことに焦点を当てる必要があります。
textbox
私はこのコードを使用しています:
private void myForm_Load(object sender, EventArgs e) { myTextbox.select() }
実際に動作します。しかし、これは私の目標を達成するための正しい方法ですか?
TextBox1.Focus() は、Windows フォーム アプリケーションで Textbox を選択する最良の方法です。