Private Sub TextBox1_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown If e.Control Then If e.KeyCode = Keys.A Then TextBox1.SelectAll() End If End If End Sub
- [DotNetDevelopment] enable control-a for textbox in window form henry
- Re: [DotNetDevelopment] enable control-a for textbox in wi... Mus than
- [DotNetDevelopment] Re: enable control-a for textbox in wi... Benj Nunez
