No announcements
Found 3701579 threads
-
0 Votes
Change textbox highlight color?
It is a property on TextBox, SelectionBackground.Answered | 3 Replies | 5338 Views | Created by Blendesigner - Friday, October 22, 2010 4:12 PM | Last reply by Chuck Hays - Monday, October 25, 2010 1:47 PM -
0 Votes
How to get TextBox Name
The parameter txtBoxOne should be defined as TextBox type as follows: void IForm.ReceiveValue(string bcode, TextBox ...Answered | 3 Replies | 1743 Views | Created by chandran.nr - Saturday, December 29, 2012 5:35 AM | Last reply by Ramesh Swaminathan - Saturday, December 29, 2012 5:53 AM -
0 Votes
Change highlight color of the text in a TextBox
Cheerio...Please remember to click “Mark as Answer” and "Vote As Helpful buttons" on the post that helps you .Answered | 4 Replies | 9626 Views | Created by DeviantSeev - Monday, May 18, 2009 3:47 PM | Last reply by akjoshi - Friday, June 1, 2012 12:54 PM -
1 Votes
Mutilple Colors to a String in a textbox
Cheers, Jason P.S. : Please click the 'Mark as Answer' button if a post solves your problem!Answered | 2 Replies | 4537 Views | Created by Binsha - Thursday, September 16, 2010 2:27 PM | Last reply by Jason Tom Thomas - Thursday, September 16, 2010 2:42 PM -
0 Votes
reference textbox in code
You can use the approach which you are already using by creating the function get the value from different text box, manipulate that value inside your function and then call that ...Answered | 3 Replies | 5440 Views | Created by DCPRHC - Monday, December 17, 2012 1:50 PM | Last reply by Syed Qazafi Anjum - Monday, December 17, 2012 9:48 PM -
0 Votes
Help with textbox codes
The answer to your question is to use the click event of the textbox to copy the text to the other textbox and then set the text of the first textbox to ...Answered | 4 Replies | 3823 Views | Created by mikejd1 - Saturday, September 18, 2010 10:25 PM | Last reply by Frank L. Smith - Saturday, September 18, 2010 11:04 PM -
0 Votes
Text Color - Textbox/Richtextbox
When I run that code the colored part of the text remains red as new text is typed into the RTB.Answered | 5 Replies | 2458 Views | Created by Maya Key - Friday, January 13, 2012 12:58 AM | Last reply by Acamar - Saturday, January 14, 2012 10:16 PM -
0 Votes
TextBox range binding with the background color of the textbox....
The problem was with the Color which i was returning from the IValueConverter class.Answered | 4 Replies | 6967 Views | Created by IamHuM - Tuesday, May 29, 2012 11:38 PM | Last reply by IamHuM - Thursday, May 31, 2012 2:27 AM -
1 Votes
how to make the textbox text to disappear on click
title=WatermarkTextBox XAML guy has also provided a solution for a watermarked PasswordBox in the code ...Answered | 1 Replies | 5695 Views | Created by Avi Brudno - Saturday, May 10, 2014 12:31 PM | Last reply by Magnus (MM8) - Saturday, May 10, 2014 12:54 PM -
0 Votes
How to get Color of a Control ?
Hi Kannan Could you please give me a sample code for the above?Answered | 8 Replies | 11432 Views | Created by KannanThirumal - Monday, May 25, 2009 8:49 AM | Last reply by bingcn - Tuesday, December 28, 2010 8:28 AM -
0 Votes
How to change TextBox background color on XAML
Hi Anshia, Please find the code snippet below for ur issue.Answered | 4 Replies | 36443 Views | Created by AnShia - Tuesday, August 30, 2011 2:44 PM | Last reply by woeful - Wednesday, October 16, 2013 3:37 AM -
0 Votes
How to get Dataset into TextBox
My bad :) I'm getting the error: Object reference not set to an instance of an object.Answered | 7 Replies | 2944 Views | Created by GFuller - Tuesday, May 26, 2009 4:42 PM | Last reply by GFuller - Wednesday, May 27, 2009 4:13 PM -
4 Votes
TextBox selected text highlight color
Getting stuck with the nasty purple color in an otherwise fully-themed app really stinks!Answered | 12 Replies | 11187 Views | Created by Jimbo Mx - Sunday, November 4, 2012 9:02 PM | Last reply by Matt K BF - Wednesday, May 14, 2014 6:22 AM -
4 Votes
Click on a specific color in VB
That number will be a color code of some sort.Answered | 28 Replies | 2270 Views | Created by FrederikJorgensen - Wednesday, January 11, 2012 1:56 PM | Last reply by Renee Culver - Friday, January 13, 2012 7:35 PM -
1 Votes
without textchanged event how to get the textbox value
If you want to get the value when the control gets the focus even if it wasn't clicked (such as through the Tab key), use the TextBox.Enter event.Answered | 1 Replies | 2712 Views | Created by Arkyadeep - Monday, September 26, 2011 12:38 PM | Last reply by Joshua Honig - Monday, September 26, 2011 1:28 PM -
0 Votes
How to get the date form the datetimepicker to textbox
>So how can I get the date format of ("yyyy-MM-dd" ) in my textbox.?Answered | 8 Replies | 77546 Views | Created by Vaish - Wednesday, January 17, 2007 10:03 PM | Last reply by Gaayathri R - Wednesday, July 24, 2019 6:42 AM -
0 Votes
How to get hex code for Foreground Color and Background color of an UI Element in Coded UI Testing ?
Hi, Using the X,Y co-ordinate which color i will get whether foreground color or background color.Answered | 3 Replies | 1935 Views | Created by Vijen Malav - Wednesday, December 18, 2013 6:07 AM | Last reply by Vijen Malav - Monday, December 30, 2013 9:11 AM -
0 Votes
RDL textbox color setting
To control the text color using that expression, it should go into the Color property of the Textbox.Answered | 3 Replies | 3944 Views | Created by vman92 - Saturday, May 5, 2012 3:19 AM | Last reply by Valentino Vranken - Saturday, May 5, 2012 8:05 AM -
2 Votes
Color for GETs
If you create a TextBox class for your form then you may simply set the color of your choice at one place.Answered | 5 Replies | 1849 Views | Created by 623bookends - Wednesday, June 12, 2013 11:10 PM | Last reply by Pavel Celba - Monday, June 17, 2013 8:38 PM -
5 Votes
How to move focus to a TextBox in a TabControl on a button click
You have to get into tab selection event: TabControl ctrl = Sender as ...Answered | 10 Replies | 11223 Views | Created by WPFASL - Friday, August 17, 2012 10:24 AM | Last reply by WPFASL - Monday, August 20, 2012 9:01 AM
No announcements