Skip to main content

Questions tagged [textbox]

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

0 votes
0 answers
12 views

Datagrid displaying empty rows during the load of window

I am trying to develop a small application using wpf and mvvm. I binded textbox and datagrid with a viewmodel, so after user enter some data into textbox and click the button, the data should appear ...
leonard krasniqi's user avatar
0 votes
1 answer
56 views

Change the Height of a TextBox input area in WinUI 3 XAML

I've noticed when I change the height of a TextBox control in WinUI 3 XAML, the overall control height changes (not just the input area) and it will cut off bottom of the input area if I make the ...
E. A. Bagby's user avatar
0 votes
0 answers
24 views

How to save the text that the user enters in a text box using javascript and HTML only [duplicate]

I am making a journal website and there is a page where the user can enter any amount of text into a textbox. I want to save this text as a .txt file locally on the system when the user presses the ...
Lavi's user avatar
  • 13
0 votes
1 answer
30 views

Backspace key not working while using Ajaxtoolkit masked edit extender and validator (ASP.NET, Microsoft Edge, Ajaxtoolkit)

I have 2 textboxes using ajaxtoolkit's masked edit extender and validator to input dates using a calendar extender as well as to ensure that dates are entered in the proper format for the db. For some ...
Alex Mo's user avatar
  • 27
0 votes
1 answer
47 views

How to return Cell Reference of DataGridView if Value in that Cell Matches with Textbox?

I would like to get the reference to a Cell - i.e. the row and column numbers, or the cell address of the particular cell if that DataGridView cell contains the value of a Textbox. I've explored many ...
SsD's user avatar
  • 11
1 vote
2 answers
78 views

Input string was not in a correct format in event textbox changed with VB.NET [closed]

I'm Trying to use event textbox change but I have an error "Input string was not in a correct format " Is there something wrong with my code ? or Is there something wrong with my code ...
dlaksmi's user avatar
  • 47
1 vote
1 answer
141 views

Strange problem with textbox text location Visual Studio 2022 [closed]

Visual Studio 2022 v17.10.3, Windows 11, C#, .NET 8, Winforms Two screenshots will better explain the problem. I have TableLayoutPanel where each has been filled with a TextBox. In one section I have ...
jrj47's user avatar
  • 11
0 votes
1 answer
33 views

How to update a property of an Excel UserForm Control with vba

Here is a sample of code I am trying. Public Sub AlignHdiTbxs() Dim frm As ufViewCourse Dim ctl As Control Dim i As Integer, j As Integer Dim iWidth As Long Dim iHeight As Long ...
Perry Sugerman's user avatar
0 votes
0 answers
10 views

Ending Textbox when the user type ESC in ncurses with Python

General overview In a curses wrapper, I have a main stdscr. If I press : then I enter in a specific mode where I can type text inside a curses.textpad.Textbox. In my following MWE it work fine until ...
fauve's user avatar
  • 256
1 vote
1 answer
77 views

How to set the alignment and font in a custom textbox on edit mode

The custom textbox displays the text as expected when not on edit mode, how to show the text vertically centered, with same font and not overlapped in edit mode? The textbox must allow set the height ...
armadillo.mx's user avatar
0 votes
2 answers
29 views

How can I right justify a text within a guizero TextBox?

By default, texts in a TexBox are left justified: [Hello World....] How do I make the text to be right justified? [....Hello World] Or center justified? [.....
Thot's user avatar
  • 45
-6 votes
1 answer
69 views

I can't get my string to display properly

So basically, the below code should display the following. "This text variable1 then this text variable2 followed by this text" textBox1.Text = string.Format("This text {0} then this ...
Farrow's user avatar
  • 1
-1 votes
1 answer
42 views

text input box can't receive pasted content

I am trying to make a text input box for a project i've been working on using pygame, I searched for various tutorials to help me make one but every single tutorial i found so far had the same issue, ...
KONNOS R's user avatar
0 votes
1 answer
17 views

Requery works on Button Click but not on TextBox Change

I have a main form containing a subform called "SF_Liste_Patients", the source object of the subform is a query, filtering on a criteria (TextBox called "entree_recherche_nom"). ...
Indeblion's user avatar
0 votes
0 answers
24 views

How to get the value of text box with button click

I am using multiple text boxes as buttons. Each text box has a different value. When I click on any text box a macro runs. I want to use the textbox value as a variable in the macro. I am unable to ...
Andy Medved's user avatar

15 30 50 per page
1
2 3 4 5
849