Rich Text Box Programming Software Development by kustrle 1st question: What is Rich Text Box exactly used for? 2nd question: How to make it have … actually composed a window forms application in VC and added Rich Text Box it into it. When I try to change background color… Rich text box - HELP!!! Programming Software Development by daniwaber Hi:) I want to change the formatting of a rich text box's selected text with lines of different sizes. For example if I have… Rich Text Box Programming Software Development by SCBWV Does anyone know how to get the Rich Text Box to save margin information in a file? The RTB seems to ignore all margins. rich text box string deletion Programming Software Development by sushanth08 … page2 and again load it using button click in the rich text box, i need to deletee the old contents of tab page… tell me the code to replace some strings in the rich text box i.e clearing and inserting sample data The Māori… text box should be replaced by rich text box Programming Software Development by ramesh017 … the user. Problem Now the text box is accepting only the normal text.This text box should be replaced by rich text box(i.e it should allow… Re: rich text box string deletion Programming Software Development by finito [QUOTE="sushanth08"]basically can u tell me the code to replace some strings in the rich text box i.e clearing and inserting[/QUOTE] [CODE]//Clearing richTextBox1.Clear(); //Inserting richTextBox1.Text="ABCD\nEFGH"; // Adding /n is to generate a new Line so Output will be // ABCD // EFGH [/CODE] Peace. Rich Text Box Code Digital Media UI / UX Design by cancer10 … question. Well, I am in need of a code for RICH TEXT BOX, just same as where I am typing this..... If you… Re: rich text box multi line Programming Software Development by Vineeth K … line property.It will enable the text box to add a new line and in case of Rich text box it is automatically in multi… RT1.text=Rt1.text & VBNewline & Age RT1.text=Rt1.text & VBNewline & Place RT1.text=Rt1.text & VBNewline & City [/CODE] Rt1=Rich text box How to open word file with images and bullets in a rich text box in c# Programming Software Development by mayankshri … open a word file 2007(.doc file) in a rich text box through open dialog box. It works fine but images and bullets are… not shown in a rich text box. i want to open open word file with images and… bullets in a rich text box. I am using this code for open a word file… String search in Rich Text Box Programming Software Development by nicewave …it works on some and not on some. Suppose my Rich Text Box Text string is "CUST.DATA.OBJ-1681 sometext and sometext… my code static void HighlightPhrase(RichTextBox box, string phrase, Color color) { int pos = box.SelectionStart; string s = box.Text; for (int ix = 0; ; ) {… save as .rtf(rich text format) and retrive it(dispaly in rich text box) Programming Software Development by PinoyDev … save to a .rtf(rich text format) file the content of the rich text box created in vb6 with pictures & text. I also want to… .rtf file being created and display it again in a rich text box in vb6. Would this be possible? Thank you for giving… Creating Rich Text Box by Button Click Programming Software Development by Gus_19 … I was wondering how I would go about creating a rich text box by triggering a click event button. I am trying to… just adding a button. When the button is clicked, a rich text box will pop up. Any guidance will be greatly appreciated. using rich text box to print its contents Programming Software Development by sancti hi all, I want to get a contents of rich text box to print it out. i am loading some text file to ricth text box. Also i can able to open a print dialog msg for printing.. But when i press the print button,it prints only a blank page. How can i get my contents in the rich text box to that paper... please help me.. thanks in advance.. Scanner :Scanning image of a Picture control to a Rich Text Box Programming Software Development by Vineeth K …a scanner it will scan an image file to a Rich Text Box. My friend helped me in providing the code to … procedures Visual basic objects and procedures OLE Automation Add 1 - Rich Text Box - Rt1 2 - One Common Dialog Control named cmd 3 -… 2 Command Buttons 4 - One Picture Box & 5 - 2 HScroll s Try to make the … how to combine two text file and read in rich text box Programming Software Development by Kath_Fish I want to ask how to combine two text file and read in the rich text box..? [CODE] String rd = ""; private void CLICK2_Click… show the new content after combine two files in the rich text box.Hope someone can help me..thanks bar represents the size of font size of selected text in Rich Text Box Programming Software Development by ajitjhajjar program that contains a Rich Text Box & a scroll bar where scroll bar represents the size of font size of selected text in Rich Text Box as soon as user scrolls the scroll bar.help???? Re: bar represents the size of font size of selected text in Rich Text Box Programming Software Development by TnTinMN … scroll bar represents the size of font size of selected text in Rich Text Box as soon as user scrolls the scroll bar.help… Re: Custom Links in Rich Text Box (VB.net) Programming Software Development by kardsen …itshibu;930755]Dear my friend, Now my problem is this rich textbox not showing the links when ever we copy and… rtf contents to database and show it again in same rich text box. then also the created link not detecting. could you … can see this by copy and pasting the link text from the rich text box to a textfile. If you are copying data from… Re: Custom Links in Rich Text Box (VB.net) Programming Software Development by itshibu Dear my friend, Now my problem is this rich textbox not showing the links when ever we copy and paste the another part of the text. and in my project i have to save rtf contents to database and show it again in same rich text box. then also the created link not detecting. could you please tell me do you have any solution for it? Open Text File in Rich Text Box Programming Software Development by Programmer629 …code. i want the program to load a text file into the rich text box. heres my code for that. Private Sub OpenToolStripMenuItem_Click…Files |*.*" If OpenFileDialog1.ShowDialog() = DialogResult.OK Then RichTextBox1.Text = Text(OpenFileDialog1.FileName) End If End Sub oh and while ur… I want to find Bold, italic Text in a Rich Text Box Programming Software Development by yuvarajwillbe … an application in VB 2008 to Find Bold, Italic text in Rich Text box and replace the Find the result with the following: Bold… Text needs to be replaced with <b> Find …with <i> Find Result </i>. Underline Text needs to be replaced with <u> Find Result… Get Underlined Phrase with Right click from rich text box Programming Software Development by digitalsindh … or Get underlined/Formated Text on Click event from rich text box in vb.net... it…the end point of the selections ' EndPos = txtInfo.Text.IndexOf(" ", CharIndex) ' 'Locating the… start point of the selection ' StartPos = txtInfo.Text.LastIndexOf(" ", CharIndex) ' 'Checking if … Custom Links in Rich Text Box (VB.net) Programming Software Development by itshibu …. I accomplished most of the goal except custom links in rich text box. As my plan the link work with either pictorial or… text. For example. If I am refering a document from another … Please help me open a html document in a rich text box via the common dialog control Programming Software Development by dandonia … with exception to opening a html file back into my Rich Text Box. I have saved to the file using showsave and am… Re: Please help me open a html document in a rich text box via the common dialog control Programming Software Development by dandonia … because the source code is already displayed/created in a rich text box on my source tab (similar to dreamweaver) then i should… Load Rich Text Box into a new form Programming Software Development by what_5626 …, there are 2 forms and on form1.vb, it has rich text box which i've successfully load the .rtf file and I… how to clear a certain content in a rich text box Programming Software Development by Nebil i have a rich text box that displays items.These items have column names.The column … Re: rich text box Programming Web Development by darkagn Hi shobhit25 and Welcome to DaniWeb :) What do you mean by a rich text box? I would like to help you out, please give me a little more information on what you are after. Re: Rich Text Box Code Digital Media UI / UX Design by iamthwee What's the difference between writing a rich text editor in javascript as opposed to php? Is anyone preferred over the other? Re: Rich Text Box Code Digital Media UI / UX Design by iamthwee Odd, Try this [url]http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm[/url] Also, googling for [B]wysiwyg rich text editor[/B] should give you a lot of hits.