Click here to Skip to main content
15,886,026 members
Everything / TextBoxBase

TextBoxBase

TextBoxBase

Great Reads

by PIEBALDconsult
Getting the line and position of the cursor in a TextBox
by siliconvideo
This StringBox control implements keystroke validation using regular expressions and a touch of glue logic
by PIEBALDconsult
OK, here's another way (I found this at http://dotnet.mvps.org/dotnet/faqs/?id=textboxcaretpos&lang=en[^]). [System.Runtime.InteropServices.StructLayoutAttribute (System.Runtime.InteropServices.LayoutKind.Sequential)]private struct ApiXY{ public int X ; public int Y ;}[ ...
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Inspired by a question, I am blogging about a simple technique to attach KeyPress Event to all the TextBoxes of a WebPage.

Latest Articles

by siliconvideo
This StringBox control implements keystroke validation using regular expressions and a touch of glue logic
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Inspired by a question, I am blogging about a simple technique to attach KeyPress Event to all the TextBoxes of a WebPage.
by PIEBALDconsult
Getting the line and position of the cursor in a TextBox
by PIEBALDconsult
OK, here's another way (I found this at http://dotnet.mvps.org/dotnet/faqs/?id=textboxcaretpos&lang=en[^]). [System.Runtime.InteropServices.StructLayoutAttribute (System.Runtime.InteropServices.LayoutKind.Sequential)]private struct ApiXY{ public int X ; public int Y ;}[ ...

All Articles

Sort by Score

TextBoxBase 

22 Jul 2020 by siliconvideo
This StringBox control implements keystroke validation using regular expressions and a touch of glue logic