|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Code for Convert RTF Text to HTMLI have this code which convert RTF Text to HTML ? but I think it is written by vb.classic, I want some body help my in writting this code by Vb.Net ? but if it is already writen by Vb.Net I want some body simplify it for me ? And I want to use TextBox instaed of RichTextBox if possibale .. The Code: With ALLText ' Specify RTF formatted Text string .FText = RTFString ' Convert to HTML .SelStart = 0 .SelLength = . TextLength .Rtf2Html 31 .selFType = -31 HTMLString = .FText ' Convert back to RTF .SelFType = 63 RTFString = .FText ' Get the Raw Text RawTextString = .Text End With Any Help will be appreciated regard's HUsam "Husam" <Hu***@discussions.microsoft.com> wrote in message Looks like this code uses the ALLText OCX component from Bennet-tec:news:3FEE8471-A7C7-4BFB-8E74-80368279E42E@microsoft.com... > The Code: > > With ALLText http://www.bennet-tec.com/btproducts/ALLText/ALLText.htm You'll need to obtain the control and test with with VB.NET if you want to reuse the code. Tim Background worker exceptions in .NET 2.0 http://www.itwriting.com/blog/?postid=276
Display the contents of a folder in a listbox?
how to prevent multiple instances of 2nd form? reuse query results for multiple object populations? (and dynamic variable names?) How do I extract a page from word and insert into a new word document using VB OFF TOPIC: Famous failed IT projects Webbrowser & XML Reading dll-Functions and execute them Question on VB.Net security for the application to run on network drive Comm Ports how to kill a thread |
|||||||||||||||||||||||