Tag : TextBox

Title User Language Tags Description Date
Sprawdzanie czy dane sa numeryczne w TextBox Pawel Parasyn C# Sprawdzanie czy dane sa numeryczne June 2, 2011
Add Table in to a Richtextbox With size specified thava VB.NET This part of code is used to create a Table in Richtextbox May 7, 2011
Scroll multiple RichTextBoxes (or TextBoxes) in unison (synchronized scrolling). jimfred C#

This is useful for WinForm apps with multiple TextBoxes that need to be scrolled in unison. Similar applications are diff GUIs that show 2 or more files side-by-side, where each window needs to be scrolled in unison.

The approach below is a simpler alternative to http://stackoverflow.com/questions/1827323/c-synchronize-scroll-position-of-two-richtextboxes

March 17, 2011
RichTextBox, append a text string and high-light portions of the string that don't match a reference string. jimfred C#

This static function will append a string to a RichTextBox while high-lighting characters that don't match a reference string. It's similar to a file-compare GUI that high-lights mis-matched characters.

March 16, 2011
Textbox Numeric Input indra VB.NET October 19, 2010
Format Currency Databound Textbox Paul Moss VB.NET Formats a databound textbox as currency September 17, 2010
Prevent Cut, Copy and Paste Operations in a TextBox Nhieu Phung JavaScript jQuery - Prevent Cut, Copy and Paste Operations in a TextBox September 12, 2010
Textbox inside-label replace cryothic jQuery

Replaces the pre-defined text of a textbox (e.g. the purpose of the textbox) when the textbox gets focussed, and resets the text if it blurs when empty

July 29, 2010
Regex RichTextBox Search and Highlight Ishida Taiseisha VB.NET Search and Highlight text in a RichTextBox using Regular Expressions. July 16, 2010
Funcion en javascript para validar textbox derebus JavaScript

Funcion en javascript para validar textbox

July 6, 2010
Upper case only textbox Paul Moss VB.NET Set the TextBox's character casing to uppercase only July 4, 2010
Numbers only textbox Paul Moss VB.NET This TextBox will only accept letters and numbers as input. As well as the delete key and the Backspace work July 4, 2010
Allow Numeric only TextBox procedure just 5 line thava Visual Basic This procedure will allow only number with one"." one "-" and one "+" June 5, 2010
Validation to allow Numerics in textbox (With Beowser Compatability) Raghu k JavaScript Validation to allow Numerics in textbox (With Beowser Compatability) May 21, 2010
Check all textboxes in form if they contain numbers only NoBrain Visual Basic check if all the textboxes in a form contain numbers only. not needed textboxes to be in array April 7, 2010