Top "Textbox" questions

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

c# set FontSize of TextBox

How would I set the font size of a TextBox in c#. I can get the current size but it …

c# textbox font-size
Interactively validating Entry widget content in tkinter

What is the recommended technique for interactively validating content in a tkinter Entry widget? I've read the posts about using …

python validation tkinter textbox
WPF: How to programmatically remove focus from a TextBox

I want to add a simple (at least I thought it was) behaviour to my WPF TextBox. When the user …

wpf textbox focus
How to set Z-order of a Control using WinForms

I'm writing a custom TextBox that upon gaining focus changes its border style. As adding a border causes the control …

c# winforms textbox focus z-order
Let TextBox stretch to fill width in StackPanel

I have a StackPanel in my WinRT C# Metro app that I want to use as container for a label/…

xaml textbox windows-runtime microsoft-metro stackpanel
How to change disabled background color of TextBox in WPF

I've seen the following thread which is related to my question: WPF ComboBox: background color when disabled The above deals …

wpf templates textbox background controls
Is there any difference between WPF TextBlock and TextBox?

What criteria must I consider when selecting one of these two controls?

wpf textbox textblock
Adding space between numbers

I'm trying to make a number input. I've made so my textbox only accepts numbers via this code: function isNumber(…

javascript html textbox numbers space
Textbox using textmode password not showing text asp.net c#

I have a few buttons on a web form, and when the user clicks them they will update the the …

asp.net c#-4.0 text textbox passwordbox
Transparency for windows forms textbox

I'm using windows forms in C# and I need to make a textbox's background color transparent. I have a trackbar …

c# winforms textbox transparency alpha