> VB.NET のサンプルですが、 > Private Sub dataGridViewTextBox_KeyPress(ByVal sender As Object, _ > ByVal e As KeyPressEventArgs) _ > >> Handles DataGridView1.KeyPress > DataGridView1 自体のイベントも補足してしまいませんか?
今更で申し訳ありませんが、修正します。ご報告、ありがとうございました。
通常のコメント げゆ2008/08/9 (Sat) 08:52:33
VB.NET のサンプルですが、 Private Sub dataGridViewTextBox_KeyPress(ByVal sender As Object, _ ByVal e As KeyPressEventArgs) _ >> Handles DataGridView1.KeyPress DataGridView1 自体のイベントも補足してしまいませんか?
ger531 2021/01/22 (Fri) 07:55:37
BSキーも使えた方が良いですね。