No announcements
Found 2375395 threads
-
0 Votes
Only allow Letters in text box
If you ask this kind of questions, than describe what are "letters".Answered | 4 Replies | 644 Views | Created by AsherBeane - Tuesday, April 17, 2018 2:56 AM | Last reply by Cor Ligthert - Tuesday, April 17, 2018 4:54 PM -
1 Votes
textbox: place the cursor at the beginning of a text selection
So can't you make the textbox multiline and still show only the line of text you want to show ?Answered | 7 Replies | 2233 Views | Created by Potone - Friday, September 30, 2011 10:32 AM | Last reply by Devon_Nullman - Monday, October 3, 2011 2:02 PM -
0 Votes
Select ONLY the text that BEGINS with a given letter
User56485982 posted SELECT * FROM table WHERE name LIKE '[Z]%'Unanswered | 1 Replies | 185 Views | Created by Anonymous - Thursday, September 5, 2013 12:47 PM | Last reply by Anonymous - Monday, June 30, 2014 10:16 AM -
1 Votes
How to select RichTextBox text given an index and length
If I try to apply highlighting after rtb.Selection.Select(start,end); rtb.Selection.ApplyPropertyValue(TextElement.BackgroundProperty, new ...Answered | 6 Replies | 10451 Views | Created by l46kok - Wednesday, August 22, 2012 2:56 AM | Last reply by l46kok - Wednesday, August 22, 2012 6:17 AM -
0 Votes
PUT ONLY LETTER AND SPACE IN TEXTBOX
I USE BELOW CODE FOR IT, IT ALLOW ME ONLY ENTER LETTER IN TEXT BOX BUT I NOT ALLOW ME SPACE BETWEEN LETTER Please don't ...Answered | 1 Replies | 691 Views | Created by ajit pal khinda - Tuesday, April 29, 2014 6:27 AM | Last reply by Acamar - Tuesday, April 29, 2014 6:44 AM -
0 Votes
function in VB.net to determine that (names only) only letters included in string and check for that
'check this hyperlink for ASCII code http://msdn.microsoft.com/en-us/library/60ecse8t(v=vs.71).aspx ''' <summary> ''' this function for checking string if it contains ...Answered | 1 Replies | 1677 Views | Created by MathLover47 - Tuesday, October 16, 2012 6:10 PM | Last reply by Nick F. _ - Wednesday, October 17, 2012 7:50 AM -
0 Votes
Sheet row for a given text
Y a h y a, if you want to find the text have multiple occurrences and want to find row number for each occurrence then you can use the code mentioned below.Answered | 2 Replies | 307 Views | Created by Y a h y a - Thursday, January 5, 2017 3:33 AM | Last reply by Deepak Saradkumar Panchal - Friday, January 6, 2017 2:20 AM -
0 Votes
Replacing selected ONLY text in a string
you can use the TextBox SelectedText property of a TextBox to only change what is selected: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e ...Answered | 3 Replies | 2355 Views | Created by Furqan Sehgal - Tuesday, November 9, 2010 1:45 PM | Last reply by kleinma - Tuesday, November 9, 2010 3:45 PM -
0 Votes
Allow only number no Letters?
= 48 && e.KeyChar <= 57) textBox1.Text += e.KeyChar; else if (e.KeyChar == 8 && textBox1.Text.Length > 0) // earse textBoxNumber with ...Answered | 8 Replies | 5991 Views | Created by Alexander Supertramp111 - Friday, November 26, 2010 12:08 PM | Last reply by suraj y shetty - Friday, March 25, 2011 5:18 PM -
1 Votes
how to read letter by letter from a text file in VB console applicantion
Are you alluding to the fact that a letter in a text file could occupy more than a single byte?Answered | 11 Replies | 747 Views | Created by kangaroo_boo - Tuesday, January 26, 2016 7:55 PM | Last reply by WayneAKing - Wednesday, January 27, 2016 11:06 PM -
0 Votes
parameter selection by touching first letter
I want to implement user friendly select option in a combo box parameter, by means of touching the first letter, the highlighted value should move to the words starting with that ...Answered | 1 Replies | 4367 Views | Created by Rajakanna - Friday, August 14, 2009 10:41 AM | Last reply by Gouri Sohoni - Friday, August 14, 2009 11:49 AM -
1 Votes
Selecting text HELL
It seem to only happen for me when I have text in a table.Answered | 117 Replies | 6863 Views | Created by Eric Stoffers - Friday, July 4, 2008 1:24 AM | Last reply by romh0 - Monday, September 13, 2010 5:15 AM -
2 Votes
Only letters and numbers in a TextBox
If you want to protect against the user copy+pasting information into your text box then you also need to attach to the DataObject.Pasting event.Answered | 8 Replies | 9304 Views | Created by Frances83 - Monday, February 12, 2007 11:49 AM | Last reply by yuems - Tuesday, August 7, 2007 9:13 AM -
1 Votes
Reading Only Letters From a String
Hi, So I'm working with equipment tag numbers right now which are generally in the form XX### where the XX represents any two letters (describing the type of equipment) and ...Answered | 1 Replies | 882 Views | Created by Nathan A W - Wednesday, July 3, 2013 7:40 PM | Last reply by James Cone - Thursday, July 4, 2013 12:41 AM -
2 Votes
how can i extract only letters from text?
this String.Join certainly works with Option Strict On, but I could have used this String.Concat and drop the call at ToArray in your code ...Answered | 5 Replies | 6493 Views | Created by ulasank - Thursday, December 13, 2012 3:05 PM | Last reply by .paul. _ - Friday, December 14, 2012 9:03 AM -
0 Votes
Reg:How to write a function which gives the first letters of the given string...
like this create table #test(c1 int , c2 varchar(500)) go insert into #test select 1,'Computer Science Engineering' union all select 2, 'Chemical ...Answered | 3 Replies | 495 Views | Created by Ramesh Reddy Mallidi - Thursday, July 5, 2018 6:01 PM | Last reply by Visakh16 - Thursday, July 5, 2018 7:32 PM -
2 Votes
Use Len to return only capital letters?
Variables are usually camel-cased ( starting with a lower-case letter ).Answered | 8 Replies | 1965 Views | Created by Looshsmoot - Thursday, December 8, 2011 10:27 PM | Last reply by John Anthony Oliver - Saturday, December 10, 2011 12:32 AM -
0 Votes
Need to Capitalize the First Letter ONLY, and leave the rest lower case.
In my Oracle SQL environment I have to use little different calls to capitalize only the first letter: select SUBSTR(Genre,1,1) || ...Answered | 9 Replies | 54480 Views | Created by SimpleSocks - Thursday, May 17, 2012 6:21 AM | Last reply by Jyrkim - Tuesday, September 5, 2017 10:18 AM -
0 Votes
Validating for Letters only using Regular Expression in a Leave Event Handle
Your regex matches only one letter but you say you want two letters.Answered | 4 Replies | 6734 Views | Created by Synthologic - Sunday, October 28, 2012 8:47 AM | Last reply by Mike Danes - Sunday, October 28, 2012 9:09 AM -
0 Votes
Select Range of Text in WPF RichTextBox (FlowDocument) Programmatically
The WPF RTB sure is more complex than the WinForms one :( Any idea how to be able to refactory the selecting part out and be able to reuse it?Answered | 5 Replies | 17865 Views | Created by JoDan - Monday, September 21, 2009 1:55 PM | Last reply by LesterLobo - MSFT - Monday, September 21, 2009 5:13 PM - Items 1 to 20 of 2375395 Next ›
No announcements