Top "Textbox" questions

A textbox is a graphical user interface element which allows for simple input text, usually only a single line of text.

How to activate spellCheck in C# Windows Form Application?

I am making a C# Windows Form Application in Visual Studio 2012. I want add a textbox with spell checking capabilities. …

c# winforms textbox spell-checking
C# Input validation for a Textbox: float

This supposedly easy task gave me some headache. I simply want to let the user enter any text that succeeds …

c# textbox floating-point validation maskedtextbox
Why does a read-only textbox not return any data in ASP.NET?

I've set a textbox to read-only. When the user clicks on it, a calendar is displayed and the user selects …

asp.net textbox readonly
Textbox will not stretch to fill viewbox

I want the font size of my labels and textboxes in my LOB form to grow and shrink with window …

wpf forms layout textbox viewbox
Restrict Characters Allowed In TextBox(Entering Money Amount)

So I have a Subtotal TextBox where an amount like $546.75 can be entered. Now, I want to make sure that …

c# winforms textbox currency restrict
Can a background image be set on a Winforms TextBox?

Is it possible to change the background image of a Windows Forms TextBox in C#? There is no BackgroundImage property. …

c# winforms textbox background-image
ASP.NET Textbox DropDownExtender

How to get the value from the dropdown to return to the TextBox? The following does not work. You can …

asp.net textbox ajaxcontroltoolkit extender
not able to set focus on TextBox in a GWT app

This should not be causing me so much pain but it is. It is a very weird problem. In a …

gwt textbox
Vertical Text in Reporting Services (Bottom-Up)

I would like to display my text in a text box in Reporting Services vertically bottom-up. I already can have …

textbox reporting-services vertical-text
How can I add watermark text to a textbox in wpf?

Im working on a wpf application.How I can add watermark text to the textbox and passwordbox? <Window x:…

wpf textbox watermark passwordbox