ShortcutsEnabled on TextBox (WinForms DotNet) does not perform SelectAll with Control+A
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
About this entry
You’re currently reading “ ShortcutsEnabled on TextBox (WinForms DotNet) does not perform SelectAll with Control+A ,” an entry on Chui's Counterpoint
- Published:
- 11.3.06 / 10am
- Category:
- .Net
No comments
Jump to comment form | comments rss [?] | trackback uri [?]