|
-
Jul 29th, 2009, 06:28 AM
#1
Thread Starter
Member
Convert HTML to rich text
Hi,
I wonder if anyone here knows how to convert html code into rich text using Visual Basic?
-
Jul 29th, 2009, 06:45 AM
#2
Re: Convert HTML to rich text
why don't you for the webbrowser control?
* Rate It  If you Like it
__________________________________________________________________________________________
" Programming is like sex: one mistake and you’re providing support for a lifetime."
Get last SQL insert ID 
-
Jul 29th, 2009, 07:42 AM
#3
Re: Convert HTML to rich text
There is no magic conversion unfortunately. Unless you can find a third-party component that will do the job for you you would just have to do it yourself, i.e. parse the HTML and write out the equivalent RTF markup. MAYBE you could do it with MS Word, i.e. Open an HTML file and Save As an RTF file.
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
|