テキストボックス

フォーカス時に文字列を全選択状態にする


   Private Sub TextBox1_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.Enter
       TextBox1.SelectAll()
   End Sub















.
最終更新:2008年06月06日 15:32