No announcements
Found 990834 threads
-
2 Votes
TextBox CONTROL
A lot of class libraries have TextBox classes, .Net BCL is not one of them.Answered | 2 Replies | 5595 Views | Created by Mehmet Kılıçkaya - Thursday, December 15, 2011 2:50 PM | Last reply by Sheng Jiang 蒋晟 - Thursday, December 15, 2011 6:37 PM -
0 Votes
Align Label control to TextBox control
I think you can create a user control and in it, create a Lable and a TextBox control in it .Answered | 2 Replies | 9976 Views | Created by Wyck - Saturday, December 3, 2011 9:49 PM | Last reply by Neddy Ren - Monday, December 5, 2011 5:33 AM -
1 Votes
Linebreak for TextBox control
BUT after change Text property, the cursor move to top of TextBox control.Answered | 3 Replies | 6420 Views | Created by Alexwpf - Thursday, May 21, 2009 2:55 AM | Last reply by Tao Liang - Thursday, May 21, 2009 3:40 AM -
0 Votes
Custom Textbox Control?
To create a customized TextBox control is simple, just like create a common object, everything is object, you will be not need to think how mysterious the Windows Forms ...Answered | 1 Replies | 1936 Views | Created by Craig Berntson - Monday, June 4, 2012 9:36 PM | Last reply by Mike Dos Zhang - Wednesday, June 6, 2012 6:10 AM -
5 Votes
TextBox control without caret
Its like an Disabled TextBox but with Black Font....Answered | 9 Replies | 25765 Views | Created by Nandagopal - Thursday, January 5, 2006 12:27 PM | Last reply by niksh19 - Friday, September 28, 2012 9:22 AM -
0 Votes
Auto-Expanding Controls/Textbox?
it seems that the textbox is multiline. you can write it the way so that the height of the textbox increases by the amount of a certain value (say height value of a single-line ...Answered | 3 Replies | 3289 Views | Created by Ran_Sagy - Tuesday, April 21, 2009 4:23 PM | Last reply by emilh - Wednesday, April 22, 2009 6:51 AM -
0 Votes
Scrolling to bottom of TextBox control
ChangeView with disabled scrolling animation I don't know why but this will cause that textbox lines would be deleted when you try to ...Answered | 2 Replies | 1289 Views | Created by Synergist - Saturday, August 20, 2016 7:14 PM | Last reply by Azat Tazayan - Saturday, August 20, 2016 8:43 PM -
0 Votes
TextTrimming property on TextBox control
The easiest way to accomplish this is to modify the ControlTemplate of the TextBox using a DataTrigger.Answered | 2 Replies | 3719 Views | Created by CPGTech Hub - Monday, March 7, 2016 10:06 AM | Last reply by Magnus (MM8) - Monday, March 7, 2016 9:58 PM -
0 Votes
Special textbox format control
Several alternatives 1) This might be simpler if you could bring yourself to use the wpftoolkit control.Answered | 11 Replies | 1582 Views | Created by Bernd Riemke - Friday, April 12, 2013 7:36 AM | Last reply by Min Zhu - Monday, April 15, 2013 7:29 AM -
1 Votes
Control of a set of textboxes
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.validating.aspx You can check the user's input in the text changed event, but with that ...Answered | 9 Replies | 3171 Views | Created by rspadgett - Sunday, November 25, 2012 1:09 AM | Last reply by Acamar - Thursday, November 29, 2012 3:32 AM -
2 Votes
gw button and textbox control
Don't use the same variable search to hold the textbox control and its text.Answered | 4 Replies | 636 Views | Created by cerestos - Thursday, January 30, 2014 9:48 AM | Last reply by litdev - Thursday, January 30, 2014 11:47 AM -
1 Votes
Control IME for WPF TextBox
I found the way to control IME in WPF by using System.Windows.Forms.TextBox, But I can't use this in MVVM I.E: I can't use Binding data for ...Answered | 3 Replies | 11298 Views | Created by Duy Chuong Huynh - Tuesday, June 21, 2011 10:38 AM | Last reply by Sheldon _Xiao - Wednesday, June 29, 2011 8:44 AM -
1 Votes
problem with a textbox control
Wayne, When a textbox is linked to a table field any change to the textbox will change the value held in the table.Answered | 4 Replies | 930 Views | Created by MstrWayne - Friday, December 4, 2015 5:02 PM | Last reply by MstrWayne - Tuesday, December 8, 2015 8:22 PM -
0 Votes
Textbox control goes white on focus
Controls will adjust automatically to match the theme.Answered | 2 Replies | 569 Views | Created by Easy D - Wednesday, August 20, 2014 12:27 AM | Last reply by mSpot Inc - Wednesday, August 20, 2014 7:08 AM -
1 Votes
Need User Control For Masked TextBox
Here are some articles with sample code for you: Eric Moreau blogged about the MaskedTextBox control, with samples .Answered | 6 Replies | 2704 Views | Created by M.Khanna - Thursday, October 15, 2009 2:00 PM | Last reply by M.Khanna - Thursday, October 15, 2009 4:58 PM -
0 Votes
textbox control. function: getcharfromposition
even though (MousePosition - Location - mytextbox.location) correctly simulates position to be relative to the textbox control.Answered | 7 Replies | 4043 Views | Created by Reinhard Neuwirth - Tuesday, March 15, 2011 1:02 PM | Last reply by Reinhard Neuwirth - Wednesday, March 16, 2011 1:05 AM -
0 Votes
ActiveX Textbox Control errors
Re: activex controls on worksheets Try...Answered | 3 Replies | 644 Views | Created by m3looper - Monday, June 13, 2016 5:48 PM | Last reply by m3looper - Tuesday, June 14, 2016 1:37 AM -
0 Votes
getting text from textbox control
To search for a textbox in the this.Controls collection works fine the way the code is written.Answered | 5 Replies | 3496 Views | Created by finch1 - Tuesday, July 15, 2008 7:40 AM | Last reply by olimac - Tuesday, July 15, 2008 10:25 AM -
2 Votes
creating controlls as a return type (textbox)
The following uses a FlowLayoutPanel for placing TextBox controls onto in a orderly fashion (see screenshot).Answered | 7 Replies | 698 Views | Created by hot n thought - Thursday, July 17, 2014 6:03 PM | Last reply by hot n thought - Friday, July 18, 2014 11:27 PM -
2 Votes
Drag and drop operation for textbox controls...
Create a rectangle of the same size of your textbox.Answered | 7 Replies | 8793 Views | Created by IamHuM - Sunday, April 5, 2009 12:46 PM | Last reply by pjcast - Thursday, April 9, 2009 8:14 PM - Items 1 to 20 of 990834 Next ›
No announcements