No announcements
Found 2933083 threads
-
1 Votes
how do I format the data displayed in a textbox?
I know this is C# 101, but my memory is failing me. Anyway, how can I format the data that is displayed in a textbox to look a ...Answered | 3 Replies | 3002 Views | Created by Spawn10 - Sunday, March 20, 2011 5:36 PM | Last reply by JohnWein - Sunday, March 20, 2011 8:43 PM -
0 Votes
How can I drag selected text from a textbox control
text in a RichTextBox control, it remains selected until the mouse button is released. How can I cause the ...Answered | 4 Replies | 6171 Views | Created by Abe Fisher - Wednesday, October 25, 2006 1:37 AM | Last reply by Abe Fisher - Thursday, October 26, 2006 10:23 PM -
0 Votes
How to insert Button in a TextBox?
and also I'd like to make this functionality for TextBoxes in DataGrid. how can I do that?Answered | 2 Replies | 4436 Views | Created by VladCoder - Saturday, September 11, 2010 12:59 AM | Last reply by VladCoder - Saturday, September 11, 2010 3:13 AM -
0 Votes
Display Text in a TextBox
I have a textBox in a datagrid which shows the OID description when a user select a OID from a combobox..But ...Answered | 3 Replies | 2438 Views | Created by Madiha Ahmed - Thursday, July 14, 2011 2:54 PM | Last reply by Madiha Ahmed - Thursday, July 14, 2011 5:56 PM -
0 Votes
Insert Value in Database from two textbox?
Hi i am inserting Option Type in DataBase from TextBox(Multiline) like Poor Good Bad ...Answered | 1 Replies | 3628 Views | Created by developer_rk - Tuesday, November 18, 2008 4:19 AM | Last reply by Santhosh V Krishnan - Tuesday, November 18, 2008 8:27 AM -
0 Votes
highlight text in textbox
i wish to highlight the text inside my textbox programatically, how can i do that? can anyone help me? thank you i try with ...Answered | 2 Replies | 3806 Views | Created by Yik Jun Lim - Wednesday, November 16, 2005 4:34 PM | Last reply by Yik Jun Lim - Wednesday, November 16, 2005 5:11 PM -
0 Votes
Text Folding in TextBox
Hi, I'm trying to implement a mini XML editor using TextBox. However, I dunno how to ...Answered | 3 Replies | 4369 Views | Created by MSDN_Forums_User - Monday, November 17, 2008 2:01 PM | Last reply by Jonathan Shen - Thursday, November 20, 2008 9:04 AM -
0 Votes
get text from a TextBox
Thanks for the help James! This makes sense, but I'm having a bit of difficulty implementing this as when I do, I get a ...Answered | 2 Replies | 755 Views | Created by DrakeTX - Thursday, August 14, 2014 9:46 PM | Last reply by DrakeTX - Friday, August 15, 2014 6:53 PM -
0 Votes
highlighting Text in TextBox
I have a textbox where I need to make sure that the content (the Text value) is highlighted when I enter it ...Answered | 3 Replies | 2793 Views | Created by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Thursday, March 13, 2008 9:18 PM | Last reply by John Hidey (Sharp Dudes) - Thursday, March 13, 2008 9:25 PM -
1 Votes
How do I transfer colored text from a textbox to a label while keeping the color?
the color of the text Using buttons (The script is txtText.ForeColor = Color.Green) Well, Now I need to ...Answered | 1 Replies | 283 Views | Created by AsafOvadia - Monday, August 24, 2015 10:02 PM | Last reply by Blackwood - Monday, August 24, 2015 10:13 PM -
0 Votes
How can I aling in column text in a textbox ?
Hi , How can I write text in a textbox aligned in columns ? ...Answered | 9 Replies | 3300 Views | Created by Naineol - Tuesday, November 4, 2008 11:28 PM | Last reply by Naineol - Wednesday, November 5, 2008 7:07 PM -
0 Votes
dispaly text in textbox
char is there or not in database base because I believing after taking value from database you are just setting in text control if you are doing ...Answered | 4 Replies | 1721 Views | Created by vahidbakhtiary - Thursday, March 29, 2012 8:09 PM | Last reply by K A R T H I S - Friday, March 30, 2012 6:28 AM -
0 Votes
How do access the scrollviewer of a TextBox in code?
here you can see that in the default Template the inner ScrollViewer is called "ContentElement", so you can just inherit the TextBox ...Answered | 2 Replies | 314 Views | Created by qualar1 - Tuesday, February 14, 2017 6:10 PM | Last reply by qualar1 - Saturday, February 18, 2017 6:17 PM -
0 Votes
how do i add text after text to textbox
hi i wanted to know how do you add text after text to a text box. i am using this ...Answered | 3 Replies | 3031 Views | Created by ibspecial - Sunday, February 3, 2008 8:28 PM | Last reply by ibspecial - Sunday, February 3, 2008 11:34 PM -
0 Votes
Insert text with Apostrophe in database from textbox
Hi Sahar, Here is a VB demo showing how to insert the data using parameters, this is the recommended method and avoidsAnswered | 4 Replies | 9965 Views | Created by sahar vo - Tuesday, March 17, 2009 10:26 AM | Last reply by Matt Neerincx [MSFT] - Friday, March 20, 2009 4:52 PM -
0 Votes
Get the text from a previous line in a textbox
Hi all I have a textbox full of text in the following form anim,hello2,0.030 that is updated dynamically ...Answered | 3 Replies | 2904 Views | Created by Pilot_ - Thursday, September 11, 2008 9:55 AM | Last reply by Michele Di Cosmo - Thursday, September 11, 2008 10:25 AM -
0 Votes
Removing Specified Text in Textbox
I am having trouble with what I thought was simple... I am trying to copy the text from textbox 'OpenPath' to ...Answered | 4 Replies | 3037 Views | Created by UltimateSniper - Saturday, February 10, 2007 11:34 AM | Last reply by UltimateSniper - Saturday, February 10, 2007 2:14 PM -
0 Votes
[UWP][C#]How Do I change the text in a x:Bind textbox From another class
>How can I access the current instance of myObject (or ViewModel) from the seperate class Well, you need to get a ...Answered | 9 Replies | 1345 Views | Created by PBPuddin - Monday, December 12, 2016 3:54 AM | Last reply by PBPuddin - Wednesday, December 14, 2016 9:35 PM -
0 Votes
Wrap text TextBox in WPF
size of all your characters. Work out when that'll hit the end of the textbox. Insert a line break at the ...Answered | 1 Replies | 589 Views | Created by Manoj C V - Friday, May 13, 2016 10:29 AM | Last reply by Andy ONeill - Friday, May 13, 2016 4:25 PM -
0 Votes
Highlight text in textbox
I get it what you wanna do. Even if I dont see any point in it. And I still dont get it what do you wanna use listBox and ...Answered | 15 Replies | 13850 Views | Created by svkm - Thursday, May 31, 2012 1:00 PM | Last reply by svkm - Saturday, June 9, 2012 5:33 AM
No announcements