Top "Textbox" questions

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

AutoComplete TextBox in WPF

Is it possible to make a textbox autocomplete in WPF? I found a sample where a combo box is used …

wpf textbox autocomplete wpf-controls
Disable button in WPF?

I have a Button and a TextBox in my WPF app. How can I make the Button not enabled until …

wpf button textbox
Bind TextBox on Enter-key press

The default databinding on TextBox is TwoWay and it commits the text to the property only when TextBox lost its …

c# wpf xaml .net-3.5 textbox
how to set id to Html.TextBox item on MVC

Im trying to catch the textbox element by javascript, in order to put text into it. so how to set …

javascript asp.net-mvc razor textbox html.textbox
How do I implement a TextBox that displays "Type here"?

Displaying "Type here to ..." until the user enters text into a TextBox is a well-known usability feature nowadays. How would …

c# winforms textbox
How to put focus to textbox as needed

I have a textbox on a userform. If the user fails to enter anything in this textbox, I need to …

vba excel textbox setfocus
FolderBrowser with textbox in VB.NET

I have a textBox which gets filled with a path, acquired from a database (but that's irrelevant). So I want …

vb.net textbox folderbrowserdialog
Multiline Textbox with automatic vertical scroll

There are a lot of similiar questions over internet, on SO included, but proposed solutions doesn't work in my case. …

wpf textbox multiline autoscroll
How to get the Enter key within a textbox to trigger a function and not the first/default button

I am trying to get the Enter key to trigger a function when it is pressed when inside a certain …

jquery button textbox keycode enter
Set the focus on a textbox in xaml wpf

Despite some posts on this forum and others i cannot find something that tells me how to set the focus …

wpf textbox focus