ShortcutsEnabled on TextBox (WinForms DotNet) does not perform SelectAll with Control+A
Friday, 3 November 2006
In the KeyPress event handler
If Asc(e.KeyChar) = 1 Then
CType(sender, TextBox).SelectAll()
e.Handled = True
End If
technorati tags:.net, textbox, vb.net, c#, shortcutsenabled
You should follow me on twitter here
The entry 'ShortcutsEnabled on TextBox (WinForms DotNet) does not perform SelectAll with Control+A' was posted
on November 3rd, 2006 at 10:48 am
and last modified on March 30th, 2007 at 8:36 am, and is filed under .Net.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.