Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Code to Convert From Text To HTML

Reply
Thread Tools

Code to Convert From Text To HTML

 
 
=?Utf-8?B?SHVzYW0=?=
Guest
Posts: n/a
 
      01-23-2006
Hi EveryBody:

I got this code from one newsgroup in google, the one who post this code
claim that this code convert Text to HTML , if that is right can Any body
help me and expline for me how can I use this code in VB.Net ?

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

 
Reply With Quote
 
 
 
 
cbDevelopment
Guest
Posts: n/a
 
      03-13-2006
This code is incomplete and I'm not sure it does what you want it to. It
appears to be an RTF (Rich text Format) to HTML converter. But all the
important parts are missing.

--
----
700cb Development, Inc.
http://www.700cb.net
..NET utilities, developer tools,
and enterprise solutions

"=?Utf-8?B?SHVzYW0=?=" <> wrote in
news:7930EDC0-C393-4003-A4E7-:

> Hi EveryBody:
>
> I got this code from one newsgroup in google, the one who post this
> code claim that this code convert Text to HTML , if that is right can
> Any body help me and expline for me how can I use this code in VB.Net
> ?
>
> 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
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
View Html/ py code in a zip as HTML/text ? ( for phone ) Jake b Python 0 05-19-2010 02:21 PM
HTML Code embedded within HTML Page as Text =?Utf-8?B?UGF1bA==?= ASP .Net 5 11-07-2007 05:32 PM
need script: convert html-text to text keal Ruby 3 01-04-2006 10:49 AM
HTML code warnings in asp.net html code view Craig Kenisston ASP .Net 3 10-07-2004 04:05 PM
CHtmlView: How to read html text before display, change and give to display changed html code? Marek Kurowski C Programming 1 08-18-2004 06:41 PM



Advertisments