No announcements
Found 3701565 threads
-
12 Votes
How to SelectAll in TextBox when TextBox gets focus by mouse click?
TextBox tb = (sender as TextBox); if (tb !Answered | 10 Replies | 63720 Views | Created by Sam Jost - Thursday, September 27, 2007 1:43 PM | Last reply by Mattias Swenson - Thursday, August 16, 2018 4:04 PM -
0 Votes
Get Pixel Color on Mouse Click
... only fill the controls values with the current color on mouseclick, means to not get the color on mousemove but only on mouseDown / mouseclick.Answered | 3 Replies | 4832 Views | Created by InkedGFX - Thursday, July 4, 2013 4:21 AM | Last reply by Thorsten Gudera - Thursday, July 4, 2013 11:51 AM -
0 Votes
TextBox color
In your code behind, add this line of code in any event you like, maybe a button click: textblock1.Background = ...Answered | 1 Replies | 4018 Views | Created by nkkumar - Monday, August 25, 2008 5:18 PM | Last reply by Kok Chiann - Tuesday, August 26, 2008 2:22 AM -
3 Votes
Getting information from coded textboxes into arrays
Ok I get that; silly mistake, but it still doesn't answer the question of retrieving the same information from a textbox created in code at runtime.Answered | 23 Replies | 1678 Views | Created by Cristofori1709 - Friday, May 17, 2013 12:45 PM | Last reply by Cristofori1709 - Sunday, May 19, 2013 8:14 AM -
0 Votes
how display text in textbox where click the textbox, the text in textbox will be lose?
Kindly, find the code below: txtSearch_GotFocus() { txtSearch.ForeColor = ...Answered | 8 Replies | 4510 Views | Created by GunkMahendra - Thursday, June 24, 2010 9:10 AM | Last reply by Mitja Bonca - Saturday, June 26, 2010 8:39 AM -
2 Votes
How to apply multiple colors to textbox ?
Hi balu, I would like to provide you with a simple code snippet to show how to set color in richtextbox.Answered | 8 Replies | 2857 Views | Created by balamurali.devara - Wednesday, August 22, 2012 9:43 AM | Last reply by balamurali.devara - Monday, September 3, 2012 7:02 AM -
0 Votes
How to change TextBox focus color?
Hi Tulehti, Based on my understanding, you want to change the foreground of your text box when the text box get focus.Answered | 3 Replies | 11809 Views | Created by Tulehti - Friday, February 5, 2010 3:30 PM | Last reply by Linda Liu - Wednesday, February 10, 2010 5:31 AM -
0 Votes
Code in Creating/generating Textbox when a clicking a button
That code creates a new text box each time, but it places it at the same location as the previous text box.Answered | 4 Replies | 2366 Views | Created by mvbnet - Wednesday, July 13, 2011 6:18 AM | Last reply by mvbnet - Thursday, July 14, 2011 1:10 AM -
1 Votes
double click on textbox but I m not getting textBox_Doubleclick()
anubisascendsamitAnswered | 2 Replies | 4291 Views | Created by amitsaini - Friday, August 8, 2008 12:58 PM | Last reply by amitsaini - Monday, August 11, 2008 5:06 AM -
3 Votes
how to remove text in textbox, when clicked in it
sir how to retrieve the image from MS database access in c#Answered | 12 Replies | 50024 Views | Created by Sana raheem1001 - Saturday, April 17, 2010 5:58 AM | Last reply by GeethaSuni - Friday, June 2, 2017 9:25 AM -
6 Votes
Adding COLOR to a GET--how to
GET editing region colors.Answered | 6 Replies | 4293 Views | Created by 623bookends - Friday, February 17, 2012 8:37 PM | Last reply by Naomi N - Monday, February 20, 2012 11:56 PM -
2 Votes
Change TextBox Background Color in Code Behind?
you have to create datatemplate or databinding in code. and bind to property.Answered | 8 Replies | 60166 Views | Created by rpaulxpressbillpay - Tuesday, August 3, 2010 12:05 PM | Last reply by shashank85 - Friday, May 23, 2014 2:51 PM -
0 Votes
Background color of a Textbox in WPF
You could set it up using a style with a trigger on the TextBox.Answered | 4 Replies | 12698 Views | Created by sankarann - Thursday, February 23, 2012 6:35 AM | Last reply by sankarann - Thursday, February 23, 2012 9:24 AM -
2 Votes
TextBox array color
Here is a modified version of Noam's example, where you can get the random numbers first, sort them, then put the numbers into the textboxes and set the colors.Answered | 7 Replies | 1645 Views | Created by normara - Sunday, February 9, 2014 12:31 AM | Last reply by normara - Monday, February 10, 2014 9:25 PM -
0 Votes
How to show a TextBox on Button click in Excel
I tried using Forms but it did not get saved.Answered | 3 Replies | 8697 Views | Created by Salman Butt - Tuesday, June 18, 2013 2:22 PM | Last reply by varocarbas - Tuesday, June 18, 2013 6:49 PM -
1 Votes
Textbox click in if statement
You make a TextBox.Answered | 3 Replies | 1999 Views | Created by johnmcmil - Tuesday, July 16, 2013 10:34 PM | Last reply by Christopher84 - Wednesday, July 17, 2013 9:01 AM -
1 Votes
Selection Color of a TextBox
He has chosen another color and that color it´s going to be in the textboxes in our application.Answered | 9 Replies | 15204 Views | Created by godzilla9 - Tuesday, October 23, 2007 1:35 PM | Last reply by Koert van Kleef - Thursday, April 3, 2014 7:11 AM -
2 Votes
how to get previous values of the textbox?
In general, we use edit control instead of textbox in MFC application.Answered | 4 Replies | 2095 Views | Created by prog_begner - Sunday, January 19, 2014 8:41 AM | Last reply by Renjith V Ramachandran - Thursday, January 23, 2014 6:22 AM -
0 Votes
Change textbox color
Trigger> </Style.Triggers> </Style> </TextBox.Style> ...Answered | 2 Replies | 4602 Views | Created by caolong32 - Friday, May 6, 2011 10:12 PM | Last reply by Min Zhu - Tuesday, May 10, 2011 5:02 AM -
2 Votes
How to check for empty textbox on button click and force user to fill the textbox
If String.Answered | 4 Replies | 6326 Views | Created by Diepriye - Saturday, March 8, 2014 9:10 PM | Last reply by darnold924 - Sunday, March 9, 2014 4:09 AM - Items 1 to 20 of 3701565 Next ›
No announcements