No announcements
Found 2933072 threads
-
0 Votes
Insert text in textBox without repeat
difficulties for insert a text in a textBox or RichtextBox without repeat.Answered | 5 Replies | 686 Views | Created by FLASHCODER - Saturday, April 19, 2014 2:12 AM | Last reply by FLASHCODER - Saturday, April 19, 2014 11:55 AM -
0 Votes
How do i make the text of the textbox uppercase?
hi friend, How do i make the textbox text upper at typing time? thanksAnswered | 3 Replies | 2441 Views | Created by code_warrior - Monday, March 29, 2010 2:55 AM | Last reply by Louis.fr - Wednesday, March 31, 2010 3:20 PM -
0 Votes
How to set default text in textbox in windows forms
I hava search textbox and a button next to it. I want to set the "search here" text within a textbox. how ...Answered | 4 Replies | 21291 Views | Created by nravhad - Saturday, January 12, 2013 9:39 AM | Last reply by Mack Poone - Wednesday, September 6, 2017 5:06 PM -
1 Votes
find text in Textbox
I want to make a app that plays a sound if you type something in the Textbox example: when you type, helloworld. but I ...Answered | 1 Replies | 3144 Views | Created by gamemanx - Wednesday, September 1, 2010 1:40 PM | Last reply by ib.d - Wednesday, September 1, 2010 2:43 PM -
0 Votes
How to highlight text in a textbox
It is a common feature of many applications containing textboxes. If the user returns to a textbox by mouse selection its ...Answered | 2 Replies | 4421 Views | Created by Cesar Francisco - Sunday, May 13, 2007 6:48 PM | Last reply by Cesar Francisco - Friday, May 25, 2007 3:54 PM -
0 Votes
How to set default text in textbox in windows forms
I hava search textbox and a button next to it. I want to set the "search here" text within a textbox. how ...Answered | 2 Replies | 1812 Views | Created by nravhad - Saturday, January 12, 2013 9:45 AM | Last reply by nravhad - Saturday, January 12, 2013 10:45 AM -
0 Votes
highlighting text in a textbox
I had a simple function written in VB 6 for selecting all the text in a textbox when it got focus. Does anyone know how ...Answered | 3 Replies | 4258 Views | Created by MIKE2047869 - Thursday, April 12, 2007 1:43 PM | Last reply by cybertaz69 - Friday, April 13, 2007 6:53 AM -
0 Votes
how can i save text in a textbox?
1.how to save text in text boxes?A1) how exactly do you mean? you wish to save the text fromAnswered | 5 Replies | 5131 Views | Created by Febin - Thursday, August 3, 2006 2:18 AM | Last reply by Tall Dude - Thursday, August 3, 2006 5:39 PM -
0 Votes
Formatting Text in a Textbox
Notepad. In my program, I read the file data into a string and then perform ...Answered | 2 Replies | 2854 Views | Created by FredHerring - Thursday, November 13, 2008 1:30 AM | Last reply by nobugz - Thursday, November 13, 2008 6:51 PM -
0 Votes
scrolling text in TextBox
I have a TextBox set up in which when a user clicks a button, the appropriate text appears in the ...Answered | 1 Replies | 4466 Views | Created by nkkumar - Tuesday, August 19, 2008 4:38 PM | Last reply by BalaMurugan_Sa - Saturday, August 30, 2008 1:22 PM -
0 Votes
hide text in the textbox
hi all, im doing one application inSL2.0 with database. while im typing text in the password textbox, it should ...Answered | 2 Replies | 3199 Views | Created by MSDN_Forums_User - Wednesday, March 12, 2008 8:08 AM | Last reply by MSDN_Forums_User - Saturday, March 15, 2008 6:28 AM -
0 Votes
How to stop a textbox from autosizing in windows forms
Hi All, I noticed that in visual studio 2005, textbox controls have no autosize property exposed. And they inherit the default value of True ...Answered | 4 Replies | 5394 Views | Created by Andeezle - Wednesday, May 10, 2006 4:27 PM | Last reply by Dan Heidel - Wednesday, May 10, 2006 7:13 PM -
0 Votes
Userform checkbox to insert text from textbox
;The userform has a series of checkboxes and textbox controls. When the checkboxes are checked, it enters text into the word ...Answered | 2 Replies | 5347 Views | Created by Inajah - Thursday, September 8, 2011 11:43 PM | Last reply by Inajah - Wednesday, September 21, 2011 5:49 PM -
0 Votes
How do I add thousand marks in a databound TextBox ?
Text property. In the following example there is a BindingSource, the formatting does not require this as we could bind to the DataTable instead ...Answered | 1 Replies | 263 Views | Created by AlanChong - Wednesday, March 28, 2018 7:16 AM | Last reply by Kareninstructor - Wednesday, March 28, 2018 9:50 AM -
2 Votes
How do i copy (wich code i need to use)the text in a textbox to another textbox
How do i copy (wich code i need to use)the text in a textbox to another textboxAnswered | 4 Replies | 2943 Views | Created by VIKOS1968 - Thursday, June 18, 2009 7:45 PM | Last reply by Earl Tut - Thursday, June 18, 2009 8:02 PM -
3 Votes
Change text in a textbox
In the application, I select a word in the textbox then hit F2. The text is pulled from the ...Answered | 4 Replies | 3030 Views | Created by jlab2010 - Sunday, March 7, 2010 2:03 AM | Last reply by Cor Ligthert - Sunday, March 7, 2010 10:17 AM -
0 Votes
How to make text appear in a label from a textbox in separate forms
If you have a textbox in a form and a label in a second form. How do you get the text written ...Answered | 6 Replies | 3499 Views | Created by Dagar4 - Friday, November 2, 2007 11:22 AM | Last reply by clint 2 - Saturday, November 3, 2007 11:20 AM -
0 Votes
Validate Text in a Textbox
Is there any method in express to validate the text in a textbox? I have a textbox that I am limiting to ...Answered | 7 Replies | 5710 Views | Created by bfellner - Monday, January 16, 2006 2:55 AM | Last reply by bfellner - Monday, January 16, 2006 4:50 PM -
0 Votes
how do i validate a textbox
how do i validate a textbox in vb.net? same like in oracle using when -validate-item?Answered | 2 Replies | 784 Views | Created by Zubayba - Thursday, May 16, 2013 1:59 PM | Last reply by Adavesh - Thursday, May 16, 2013 3:54 PM -
0 Votes
scrolling text in textbox
text. I like the text to scroll to display other letters for example 12345 appears on textbox fits in the textbox ...Answered | 4 Replies | 2175 Views | Created by UNITED5675 - Wednesday, December 28, 2011 9:26 PM | Last reply by Acamar - Thursday, December 29, 2011 4:03 AM
No announcements