Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
richtextbox
- Page 1
RichTextBox
Programming
Web Development
15 Years Ago
by djr0379
… asp.net. Our requirements are that we load the
richtextbox
and do find/replace on the contents of the text … does not and will not enter any data into the
richtextbox
- that is all controlled by our code. I am at…
Re: RichTextBox
Programming
Software Development
15 Years Ago
by "ICode"
I've used
richtextbox
a little bit, and well u can use richtextbox1.Select(… so u could search the whole text thats in the
richtextbox
for the word your looking for,,,,and i wrote "…
RichTextBox
Programming
Software Development
15 Years Ago
by charqus
I have a question. Can i select a string from my
RichTextBox
? For example: I have this text: English Francais Spaniol And i want to select Francais , but as string , not at int - lenght ... ( richTextBox1.Select(7,15); ) I want something like: richTextBox1.SelectString("Francais") , is there something like this ?
richtextbox
Programming
Web Development
14 Years Ago
by priyaccs
i want to know how to use
richtextbox
in asp.net 2.0? any one tell me
RichTextBox
Programming
Software Development
10 Years Ago
by PM312
… **only third line** i.e "Wenisday" bold in
richtextbox
. how can i do this Private Sub Button1_Click(ByVal sender…
Richtextbox performance problems
Programming
Software Development
12 Years Ago
by Fame95
…repaint and invalidate the
richtextbox
. This is the
richtextbox
class: namespace test { class rtb:
RichTextBox
{ [DllImport("user32…, Color selColor) { rtb1.BeginUpdate(); // rtb1 is the
richtextbox
(from rtb class) rtb1.SelectionStart = start; rtb1.SelectionLength …
RichTextBox to MS Word (with formatting)
Programming
Software Development
15 Years Ago
by jatin24
… trying to transfer some text from the
richTextBox
into an existing MS word template at …retain the formatting of the text from the
richTextBox
. Im trying to copy the text to …way to transfer a chunk of text from
richTextBox
to MS Word without loosing the formatting. …i know i can directly save data from
richTextBox
to an rtf or doc file.. i want…
RichTextBox new line and column
Programming
Software Development
14 Years Ago
by lielee
Hello. I'm not very familiar with
RichTextBox
so I don't know if it can… both, and click Save, it will save in the
RichTextBox
. Then click Clear, the text in both textbox will… clear but no in the
RichTextBox
. What I want to know is, can it …I've tried and got it to save in
RichTextBox
when the textbox is cleared but not the new …
RichTextBox SpellCheck with GetSpellingError
Programming
Software Development
15 Years Ago
by bigtreeworld
… a spellcheck (without using word) for a
RichTextBox
. I've tried to use the
RichTextBox
.GetSpellingError Method at [url]http://msdn.microsoft….com/en-us/library/system.windows.controls.
richtextbox
.getspellingerror.aspx[/url], but I don't understand how to…
Richtextbox Height and Width
Programming
Software Development
14 Years Ago
by bhagawatshinde
i have a
RichTextBox
in my application and there may be many and many lines, i dont want to use any Scrollbar in
RichTextBox
. i want RTB to change its height and width itself according to the lines in RTB. im also using Pictures in the
RichTextBox
. Can anybody help me its urgent..
Richtextbox print in vb.net using e.graphics
Programming
Software Development
9 Years Ago
by Satyam_1
….net application In the form there are 2
RichtextBox
. To print the data in
richtextbox
I am using e.graphics method. This… is my code to print them.... The size of printing
Richtextbox
are fixed.. If Richtextbox1 has more data than the print…
Re: RichTextBox to MS Word (with formatting)
Programming
Software Development
15 Years Ago
by Antenka
Hello. I was playing with your code. Here's what I've got: [code=c#] // selecting some text in
RichTextBox
... Clipboard.SetText(richTextBox1.SelectedRtf, TextDataFormat.Rtf); sel.Paste(); [/code]
Re: RichTextBox.SelectAll() SelectionFont not set?
Programming
Software Development
14 Years Ago
by tim8w
[QUOTE=tim8w;1413311]I have a
RichTextBox
where part of the
RichTextBox
is Bold and the rest is not. If I do …]http://msdn.microsoft.com/en-us/library/system.windows.forms.
richtextbox
.selectionfont.aspx[/url] It said: If the current text selection…
Re: Richtextbox Height and Width
Programming
Software Development
14 Years Ago
by sandeepparekh9
check this : [URL="http://bytes.com/topic/net/answers/544484-how-make-c-
richtextbox
-autosize"]http://bytes.com/topic/net/answers/544484-how-make-c-
richtextbox
-autosize[/URL]
Re: Richtextbox print in vb.net using e.graphics
Programming
Software Development
9 Years Ago
by Satyam_1
Dear Shark 1, what is the meaning of "sr = New StreamReader("D:\My Documents\History of the Amiga.txt")" in the btnPrint event of the tutorial? I want
RichTextBox
data to print. If RichTextBox1 has less data then
RichTextBox
should automatically adjust its area of printing. Can this possible in e.graphics. Please
RichTextBox and Images
Programming
Software Development
16 Years Ago
by haroldjclements
… image to. I have created a Control that inherits from
RichTextBox
. It appears that my image is not able to be…
Richtextbox-how to limit input of text
Programming
Software Development
15 Years Ago
by 21KristianN
… have been struggling with for days now. I have a
richtextbox
where users Can input text and print it. My problem… users in inserting more text than would fit inside the
richtextbox
frame and the frame may not be resizeble. Please help…
RichTextBox Not Reading Character
Programming
Software Development
14 Years Ago
by GAME
Is there anyway, I can have my
richtextbox
display this character("•") with it showing the box like shape(when the
richtextbox
doesnt know how to read the character)?
richTextbox insert point
Programming
Software Development
14 Years Ago
by StaffanB
… way to programmatically set the insert point in a multiline
richTextbox
? Example: I have a (almost) free format message where the… special char-sequence), before the message is processed further. A
richTextbox
.Find will find the spot in the message where the…
RichTextBox.SelectAll() SelectionFont not set?
Programming
Software Development
14 Years Ago
by tim8w
I have a
RichTextBox
where part of the
RichTextBox
is Bold and the rest is not. If I do a SelectAll, the SelectionFont member doesn't get set. Anyone know why? In WordPad, with the identical Font and bolding set on part of the text, the SelectionFont appears to get set to the first font it finds in the selection...
RichTextbox Problem
Programming
Software Development
14 Years Ago
by Huntondoom
Here is the problem Im currently having: I save a Text that is made in a
Richtextbox
which save it contents in .rtf when I open it loads the .rtf into the
richtextbox
(rtf is the make up for the text (like font and color)) but the textbox shows no text, thought the RTF part is loaded please help :S!
Re: Richtextbox Height and Width
Programming
Software Development
14 Years Ago
by bhagawatshinde
I used this but when their is an image in
Richtextbox
then its not working properly
Richtextbox value Encrypted and Decrypted
Programming
Software Development
14 Years Ago
by bhagawatshinde
Hi, I am using windows application in c#. In one form their is two
Richtextbox
i want to save these
richtextbox
value as encrypted format in sql server and again displayed by decrypting it. Can anybody help me... Thanks in advance
Richtextbox Encryption and Decryption using algorithms
Programming
Software Development
14 Years Ago
by bhagawatshinde
Hi, i found an difficulties when Encryption and Decryption for
Richtextbox
data. I am developing an application project regarding educational software. …In one form i am displaying one
Richtextbox
for saving the question in sqlserver. while savig i am…
Richtextbox Subscript and superscript
Programming
Software Development
14 Years Ago
by bhagawatshinde
Can anybody help me for creating subscript and superscript in
Richtextbox
in c#. I am done in vb.net but could …... [CODE] Public Sub SetSubScript(ByRef rtb As System.Windows.Forms.
RichTextBox
) Dim iPos As Integer Dim strRTF As String With rtb…
Re: Richtextbox Subscript and superscript
Programming
Software Development
14 Years Ago
by abelLazm
…;http://msdn.microsoft.com/en-us/library/system.windows.forms.
richtextbox
.selectioncharoffset.aspx"]this link[/URL] for details [CODE]…(object sender, EventArgs e) { // Clear all text from the
RichTextBox
. richTextBox1.Clear(); // Set the font for the text. richTextBox1.SelectionFont…
Richtextbox column in datagridview
Programming
Software Development
13 Years Ago
by bhagawatshinde
Hi, I have
richtextbox
control in datagridview Column. i am adding it manually but …/KB/grid/RtfInDataGridView.aspx"] Here [/URL] i found the
Richtextbox
contorl I am add the code like this on form…
Richtextbox problem
Programming
Software Development
12 Years Ago
by daksein
Hi guys.. I have some problem with
Richtextbox
. I have a
Richtextbox
in Form class. How can I add any text into the textbox from other classes for instance from Client class? Hope you can help me. Thanks
RichTextBox loses typing
Programming
Software Development
12 Years Ago
by t2nator
… my program I have two child forms, one contains a
richtextbox
, and the other a webbrowser. When I type into the… every key I press I have to click on the
richtextbox
to continue. I have it focus after every key up…
richtextbox save/create text file
Programming
Software Development
11 Years Ago
by Deep Modi
I am using the
richtextbox
, and now when I am saving the File, then the … it should... So how can I edit this things. Using
Richtextbox
only, reason: change specific text fonts/colour/save as rtf…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC