Top "Textbox" questions

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

Only accept digits for textbox

I found this code for making my textbox only accept numbers. Private Sub TextBox1_KeyPress(ByVal sender As System.Object, …

vb.net textbox digits
VBA Userform textbox default value and highlighted

In my UserForm, I want to set a default value for my TextBox, that will highlight when focused upon. Private …

excel vba textbox userform
how do i set value of a textbox using javascript

I am trying to get a value fro query string and assign that value into a textbox. I am able …

javascript textbox setvalue
Making specific Text Boldefaced in a TextBox

Hi I currently have a texbox that prints out info to the user when they press diffrent buttons. I was …

c# wpf textbox bold
Render ASP.NET TextBox as HTML5 Input type "Number"

When an ASP.NET TextBox renders it produces: <input type="text" /> However I need it to render as …

asp.net html textbox
Textbox - text centering

Is there any simple way to center a text in textbox? I was looking for some built-in functions, but I …

wpf text textbox centering
How do I set a textbox to multi-line in SSRS?

I have a report with many fields that I'm trying to get down to 1 page horizontally (I don't care whether …

reporting-services textbox multiline
Access VBA - Changing TextBox value from within a function (ByRef)

I'm trying to write a sub that will get two parameters - a textbox in a form and a text. …

function vba textbox byref
jquery keypress() event get text

I want a function to be run when a keypress occurs on a text box, so I have this code: $("…

jquery textbox keypress
Textbox padding

I've searched through the internet, I must be using the wrong keywords because I can't find anything. I want to …

c# .net winforms textbox padding