|
-
Apr 8th, 2000, 03:41 PM
#1
Does anyone know a good example of how to convert HTML code into a richtextbox?
-
Apr 9th, 2000, 01:25 AM
#2
Hyperactive Member
Parse the code and translate to normal words, and put into the 'box. Dunno about pictures
buzzwords are the language of fools
-
Apr 9th, 2000, 05:51 AM
#3
I tried that and its hard, what i want to do is remove the html tags but still retain the original colors and all the bold, underline, etc. formats of it.
-
Apr 9th, 2000, 07:03 AM
#4
Addicted Member
If all you want to do is display the basic HTML offline why not use a MS Word object and open the HTML file in that?
-
Apr 9th, 2000, 08:01 AM
#5
Another way of putting the problem is, say i have one richtextbox with the words "Test" in green. I need to take that and retain its color and bring it into the main richtextbox. Sort of like aim's chat room. I have tried MainRichBox.textrtf = MainRichBox.textrtf & RichTextBox1.textrft, but it doesnt work. I have been messing around with it and found that you need to trim off the last part "\par }" of the main box and somehow add the colorcoding and all the rest of the 2nd textbox. But i am having a lot of trouble with this part.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|