Another nice easy bit of code for this:
Private Sub outputbox_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles outputbox.KeyPress
If e.KeyChar = Convert.ToChar(1) Then
DirectCast(sender, TextBox).SelectAll()
e.Handled = True
End If
End Sub
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2009
(14)
-
▼
May
(8)
- Using registry from VB.net/express
- Textbox handling control-C copy/paste
- Multiline Textbox update with autoscroll and less ...
- VB (.net/2008 express) Telnet to SUN Solaris - don...
- VB (2008/.net but anything really)- Telnet
- Sourceforge - how to upload web pages to a project...
- Todays challenge - learning C or C++ or something
- Welcome to my head - online!This is basically what...
-
▼
May
(8)
No comments:
Post a Comment