Top "Textbox" questions

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

Aligning text and select boxes to the same width in CSS?

Ok this is seemingly impossible to get right. I have a text box and a select box. I want them …

css html textbox drop-down-menu
When a user clicks Show link, display the password, hide it when clicked again

I am trying to get this simple script to work. Basically, when a user clicks on the Show link, it …

javascript html textbox passwords show-hide
Capture mouse clicks on WPF TextBox

I want to capture mouse clicks on a TextBox: <Window x:Class="WpfApplication2.Window1" xmlns="http://schemas.microsoft.com/…

c# wpf xaml textbox mouseevent
automatically position text box in matplotlib

Is there a way of telling pyplot.text() a location like you can with pyplot.legend()? Something like the legend …

python textbox matplotlib
How to convert string to uppercase in windows textbox?

I've a textbox in my windows application. It allows only alphabets and digits. I want when ever I type any …

c# winforms textbox uppercase
How can I dynamically change auto complete entries in a C# combobox or textbox?

I have a combobox in C# and I want to use auto complete suggestions with it, however I want to …

c# winforms autocomplete combobox textbox
WPF: AutoComplete TextBox, ...again

This other SO question asks about an autocomplete textbox in WPF. Several people have built these, and one of the …

wpf textbox autocomplete
textbox.Focus() not working in C#

am wondering why this code fails to focus the textbox...? private void sendEmail_btn_Click(object sender, EventArgs e) { String …

c# .net winforms textbox focus
How can I select all the text within a Windows Forms textbox?

I want to select all the text that is with in text box. I've tried this using the code below: …

c# winforms textbox selectall
WPF how do I create a textbox dynamically and find the textbox on a button click?

I am creating a TextBox and a Button dynamically using the following code: Button btnClickMe = new Button(); btnClickMe.Content = "Click …

c# .net wpf textbox mouseevent