Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
text-box
- Page 1
Text Box
Programming
Web Development
17 Years Ago
by EmpireZ
… out how to have the data pulled from a input
text
box
field so it displays as columns. Right now, when I… hit enter to add a new line in the
text
box
and look at it where it suppose to be displayed…
TEXT BOX
Programming
Web Development
15 Years Ago
by niths
…; on popup if i press ok that projectname and memory
text
box
also getting empty so i need to get only memory…
Text box
Programming
Software Development
15 Years Ago
by catcit
… a table (four columns from an Excel file) in a
text
box
. I took a string and I kept appending all the… used the textbox provided by easygui. [CODE]textbox(msg='', title=' ',
text
='', codebox=0)[/CODE] Here are my problems: 1.I want… read only? Normally the user is able to modify the
text
but I want it to be read only. I`m…
text box selected bool?
Programming
Software Development
13 Years Ago
by jonnyboy12
… that i wound up making a
text
box
array. Now each
text
box
i make i have to give … write these event functions for all of the
text
box
's there would be too many. So i… thaught i could just find out what
text
box
has been clicked then in the events function …iterate through the array of
text
box
's and find out which one has been…
Text box mouseover
Digital Media
UI / UX Design
16 Years Ago
by besktrap
… clear the the
text
box
of it's value, and change the
text
color to black (as in the actual
text
box
, not the whole…). Then when you click out of the
text
box
, I want it to change the
text
color back to grey and have the… value of the
text
box
be 'Email' again. Also, how do I change the font? …
Text box event
Programming
Software Development
14 Years Ago
by sushanth08
hello, I have one
text
box
and button common to 2 tabs containingdatagridviews …tab page 1 some data will fill up the
text
box
and same for tabpage 2. the issue is if… should be filled up in the
text
box
and the old values in
text
box
for tab page 2 should be …1 values should be retained in the multiline
text
box
can u please help me with the code
Re: Text box event
Programming
Software Development
14 Years Ago
by pitic
…sushanth08;1548369]hello, I have one
text
box
and button common to 2 tabs containingdatagridviews…page 1 some data will fill up the
text
box
and same for tabpage 2. the issue … be filled up in the
text
box
and the old values in
text
box
for tab page 2 should …1 values should be retained in the multiline
text
box
can u please help me with the code[/…
Text box value gets automatically cleared on dropdown change event.
Programming
Web Development
15 Years Ago
by khadrani_arif
… and another drop down named Sub category.There is one
text
box
named zipcode which is filled with the previous request page… a list of cars gets displayed.But parallely the zipcode
text
box
gets blank. What I want is I dont want the…
text
box
value to be blank on drop down change event. I …
text box should be replaced by rich text box
Programming
Software Development
16 Years Ago
by ramesh017
… user. Problem Now the
text
box
is accepting only the normal
text
.This
text
box
should be replaced by rich
text
box
(i.e it should allow…
Text Box populated by Combo Box
Programming
Software Development
16 Years Ago
by sam1
…name of that employee to appear in a non-editable
text
box
. I have been trying to get this to work …but get errors. [CODE]Private Sub Employee_Change() If Employee.
Text
> 0 Then txtname.Visible = True Dim Sqltxt As … put the above in the On Change Event in combo
box
"Employee". Any help would be greatley apreaciated.…
Re: Text box value to be saved
Programming
Software Development
14 Years Ago
by Teme64
…s a really simple example to save/load a
text
box
's
text
: [CODE=VB.NET] Private Sub Button1_Click(ByVal …As System.EventArgs) Handles Button1.Click ' Save a
text
box
's
text
Dim FileName As String = "C:\test.txt&…As System.EventArgs) Handles Button2.Click ' Load a
text
box
's
text
Dim FileName As String = "C:\test.txt&…
text box to list box
Programming
Software Development
13 Years Ago
by ng5
I have a form with a
text
box
and a form with a list
box
. I would like to be able to push a button on the form with the
text
box
and have it be added to a list
box
. any help?
text box validation
Programming
Software Development
13 Years Ago
by //Gonz
…cannot seems to get a simple bit of
text
box
validation working I am trying to detect if…name entered contains a number by converting the
text
box
text
into a char array and then convert each…advance :) [CODE]Char[] fnchar; char n; fnchar = tbname.
Text
.ToCharArray(); for (int p = 0; p < fnchar…
Text box value display in Texarea
Programming
Web Development
11 Years Ago
by ravi142
I have build simple chat
box
. One
Text
box
-> Enter msg One button -> Submit One Textarea -> show message which enter in "
Text
Box
" How could i do using jquery + ajax.? Give me suggestion. Thank you
Text Box in C++
Programming
Software Development
16 Years Ago
by Phil++
Hey, am trying to create an application that displays a
text
box
and a submit button, so that the user can type
text
into the
text
box
, click submit and it saves it into a txt file. Could you help me please? Thanks in advanced
Text Box Value shown on Different Form
Programming
Software Development
12 Years Ago
by sundog1
… value of a Single Node then inputs this to a
text
box
// XmlDocument doc = new XmlDocument(); doc.Load("C:\\twDB.xml….InnerText; Currently shows the path of XML in
text
box
for Debugging. However - How do I show that same information …
Text box population from DBgrid. HELP!!
Programming
Software Development
20 Years Ago
by lostprophet
…. i ve already got a search function working to populate
text
box
's with the information from one table in the relational… do is for the DBgrid to populate another set of
text
box
's with the information that is related to the information…
text box value in asp
Programming
Web Development
18 Years Ago
by kdv
hi plz tell me how to increment textbox value by 1 whenever click submit button in asp.Example let say now my
text
box
value is 1.When user click submit the
text
box
value must change to 2 and so on.Plz reply me. thanx in advance;)
Re: text box value in asp
Programming
Web Development
18 Years Ago
by bala_friendd
… asp.Example let say now my
text
box
value is 1.When user click submit the
text
box
value must change to 2 and…
Text Box Validating code
Programming
Software Development
16 Years Ago
by Traicey
… allow the user to enter any negative number in the
text
box
This how it should work, if the user trries to… enter this "-" sign the
text
box
should not do anything, it should remain empty and selected…
Text Box export to HTML file. Is this possible?
Programming
Web Development
14 Years Ago
by joshvanslam
Hey, this is my first post here, so greetings lol. Back to the topic, Is it possible to make a
text
box
that can put the
text
into html code and if so how? Sort of like the
box
you type your post's with on forums or blogs.
Text box for text only
Programming
Software Development
15 Years Ago
by PDB1982
…create a form that has a
text
box
that only accepts
text
entries (i.e. no numeric…Try [COLOR="Red"] employeeName =
Text
[/COLOR] Catch ex As Exception MessageBox.Show("…;Input Must Be
Text
Only", _ "Input Error&…
Text box array issue
Digital Media
UI / UX Design
15 Years Ago
by tyson.crouch
…, but i need to have an array of
text
-
box
's. [CODE] <input type='
text
' id='val[]' value='1'> <input… type='
text
' id='val[]' value='2'> <input type='
text
' id='val[]' value='3'> <…;input type='
text
' id='val[]' value='4'> <input type='
text
' id='val[]' value='5'> [/CODE…
Text box to if-else in c++??
Programming
Software Development
4 Years Ago
by C_Oleyers
Need help in getting the value inputed in the
text
box
to work for if-else. I also program …to if loop ???? bool money = bool.Parse(textBox1.
Text
); if (money > lblTotal.
Text
) } private void textBox1_KeyPress(object sender, KeyPressEventArgs e)…
Text box question
Programming
Software Development
19 Years Ago
by tayspen
ok when i enter
text
in a
text
box
and hit a buttonj i want it to replace the
text
in a url webBrowser1.navigate ("urlgoeshere"); i want it to replace a certain string in it but i dont know how any ideas?
Re: Text Box Validating code
Programming
Software Development
16 Years Ago
by Traicey
… do what they called a simple test, to validate this
text
box
and it should not accept negave ('-') at all so if…
Text box differences
Programming
Software Development
16 Years Ago
by crackerjacker
heres my problem. i have two ritchtextboxes that are full of file names (one per line) they will be mostly the same except for a few new lines. i need code to pick out those lines and do something with them. i.e. put them in a list
box
or
text
box
. thanks!
Text box position
Programming
Web Development
14 Years Ago
by techie929
Hi, I have written a small piece of code to display a
text
box
and submit button next to it. The submit button is displayed properly in all browsers except in safari the position of the search
box
is shifted to left. Is there any way I can fix it? Thanks.
Text box alignment
Programming
Software Development
13 Years Ago
by PM312
i am traying to put date from access table in
text
box
with 2 coloumn (Invoice No &Invoice Amount) below code … i.e invoice amt. to be right allign. [CODE]Text12.
Text
= Text12.
Text
& vbCrLf & Format$(TblInvDetRs.Fields(1), "@@@@@@@@@@"…
text is being written in text box
Hardware and Software
Microsoft Windows
20 Years Ago
by mrnaasty
when cursor is in
text
box
text
the is being written by unknown sources
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC