No announcements
Found 3133553 threads
-
1 Votes
how to select multiple lines in a rich text box?
Rich text box doesn't support disjoin selections, so you just can't do that.Answered | 1 Replies | 3273 Views | Created by Chandra Shekhar Sengupta - Monday, November 23, 2009 8:05 AM | Last reply by Matthew Watson - Monday, November 23, 2009 10:11 AM -
0 Votes
Line breaks with Rich Text box as Secondary Connection
Hi, Per your description, there are no line breaks in a rich text in InfoPath when the value is pulled from a multi-line field with ...Answered | 1 Replies | 1712 Views | Created by Badabing93 - Thursday, August 20, 2015 7:49 PM | Last reply by Wendy DZ - Friday, August 21, 2015 8:08 AM -
0 Votes
how to control lines of text displayed in Rich Text Box using C#
"I want Rich Text Box to show lines starting with the line selected in list box.Answered | 7 Replies | 3411 Views | Created by ggolub - Sunday, September 20, 2015 11:16 PM | Last reply by ggolub - Tuesday, September 29, 2015 4:09 AM -
5 Votes
Rich Text Box - Disable Selection
I have multiple colors and would like to retain them, by using the method above all text becomes black.Answered | 20 Replies | 55293 Views | Created by Alex Orlovsky - Monday, October 29, 2007 9:59 AM | Last reply by Kenneth Zhang - Wednesday, May 22, 2019 9:43 AM -
1 Votes
Get text of a rich text box
According to MSDN: "RichTextBox.Text Property Gets or sets the current text in the rich text box.Answered | 3 Replies | 3084 Views | Created by The Starter One - Friday, February 12, 2010 10:34 PM | Last reply by Yasser Zamani - Mr. Help - Saturday, February 13, 2010 8:50 AM -
0 Votes
Multiple Lines of Text (Rich Text)
Hi PU_RJF, Please run below PowerShell to get SharePoint version: (get-spfarm).BuildVersion Then please check the build version from below article to ...Answered | 15 Replies | 1599 Views | Created by PU_RJF - Thursday, January 16, 2020 4:29 PM | Last reply by Julie Wang - Wednesday, February 5, 2020 1:10 AM -
5 Votes
Adding Individual Lines to a Rich Text Box
Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Add the line in TextBox1 to the RichTextBox and add a ...Answered | 4 Replies | 3523 Views | Created by PREGIS - Saturday, August 22, 2009 8:19 PM | Last reply by PREGIS - Monday, August 24, 2009 4:02 PM -
0 Votes
how To select particular text in Rich Edit Box
Hi Raghav-MSDN, I think ChrisMathews has answered your question, firstly, get the selection range, then applyPropertyvalue, refer to below ...Answered | 4 Replies | 3033 Views | Created by Raghav -MSDN - Thursday, December 15, 2011 11:42 AM | Last reply by Sheldon _Xiao - Tuesday, December 20, 2011 7:27 AM -
0 Votes
Getting current line in Rich Text Box WPF
But I am afraid there is no easy way to get the current line, because Richtextbox operates on FlowDocument objects, and the current line may be affected by the changes on the ...Answered | 5 Replies | 5324 Views | Created by Ravi_P - Thursday, November 15, 2012 12:16 PM | Last reply by hxb Iqbal - Sunday, May 19, 2013 3:38 AM -
0 Votes
Display Line number in rich text box or text box in WPF
Hi , How to display line numbers in a rich text box in a WPF application.Answered | 1 Replies | 6179 Views | Created by chetankt - Thursday, November 20, 2014 12:17 PM | Last reply by Andy ONeill - Thursday, November 20, 2014 5:22 PM -
0 Votes
How to use rich text box in word templates?
Hi Paul, Thanks for reply, I don't want to remove rich text in word template,I want to use document library rich text ...Answered | 6 Replies | 6382 Views | Created by BKMore - Tuesday, April 17, 2012 7:21 AM | Last reply by smilebags - Thursday, November 24, 2016 4:22 AM -
1 Votes
Text Box and Rich Text Box
What's the difference between Rich Text Boxes and Normal Text Boxes?Answered | 1 Replies | 3696 Views | Created by SNK08 - Wednesday, April 1, 2009 1:34 PM | Last reply by A.m.a.L Hashim - Wednesday, April 1, 2009 7:25 PM -
0 Votes
using rich text box
Private Sub Update_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Update.Click RichTextBox1.Text = String.Empty ...Answered | 5 Replies | 2121 Views | Created by tejashs - Friday, December 23, 2011 5:44 PM | Last reply by Manikandan J - Friday, December 23, 2011 7:09 PM -
3 Votes
Text Box line selection
Text Box is Keep on updating the data that time i want to select the line while data is printing time in a text boxAnswered | 12 Replies | 2036 Views | Created by i.sankar - Tuesday, December 11, 2012 9:39 AM | Last reply by i.sankar - Thursday, December 27, 2012 9:21 AM -
4 Votes
How to add spell check to a rich text box?
So to spell check a rich text box i need to practice vb for years and gain knowledge?Answered | 14 Replies | 19611 Views | Created by Mrtutorial - Friday, August 22, 2008 1:20 PM | Last reply by fedge - Thursday, October 28, 2010 4:45 PM -
0 Votes
Display each line in a rich text box VB 2010
I would like to figure out how I would get the line of text on one line in a rich text box.Answered | 3 Replies | 5619 Views | Created by MyHeadHurtsSoBad - Thursday, August 1, 2013 2:10 PM | Last reply by MyHeadHurtsSoBad - Thursday, August 1, 2013 2:33 PM -
6 Votes
Rich text box exorcism needed!!!
Text = "The Rich Text box" & vbCrLf & "has two paragraphs" & vbCrLf & vbCrLf & "two lines in" & ...Answered | 4 Replies | 1911 Views | Created by Jercook - Thursday, September 29, 2011 4:45 PM | Last reply by Jercook - Thursday, September 29, 2011 6:01 PM -
0 Votes
Rich text box ?
I just want the mail body to be of that of rich text box !!Answered | 11 Replies | 3711 Views | Created by SaiPrasad01 - Wednesday, June 29, 2011 10:59 AM | Last reply by SaiPrasad01 - Thursday, June 30, 2011 3:54 PM -
0 Votes
How to check scrollbar position of rich text box
Please refer to the following thread at stackoverflow: http://stackoverflow.com/questions/10237781/get-current-scroll-position-from-rich-text-box-controlAnswered | 1 Replies | 2761 Views | Created by Rohit Pundlik - Thursday, June 13, 2013 7:47 AM | Last reply by Magnus (MM8) - Thursday, June 13, 2013 11:54 AM -
1 Votes
How do I append text to the front of a selected line in a Rich Text Box?
=\n)"; Regex line = new Regex(pattern); string selectedLine = line.Match(richTextBox1.Text).Value; richTextBox1.Text = ...Answered | 3 Replies | 2881 Views | Created by noobtoober22 - Saturday, June 18, 2011 1:15 AM | Last reply by Louis.fr - Monday, June 20, 2011 1:11 PM - Items 1 to 20 of 3133553 Next ›
No announcements