Click here to Skip to main content
15,902,114 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPath Of Parent Folder Pin
Rupesh Kumar Swami23-May-07 21:01
Rupesh Kumar Swami23-May-07 21:01 
AnswerRe: Path Of Parent Folder Pin
CPallini24-May-07 1:00
mveCPallini24-May-07 1:00 
QuestionHow do i convert Excel database file to Sql server database file Pin
cynara23-May-07 18:56
cynara23-May-07 18:56 
AnswerRe: How do i convert Excel database file to Sql server database file Pin
_Damian S_23-May-07 19:26
professional_Damian S_23-May-07 19:26 
AnswerRe: How do i convert Excel database file to Sql server database file Pin
Christian Graus23-May-07 20:05
protectorChristian Graus23-May-07 20:05 
QuestionHow do i convert Excel database file to Sql server database file Pin
cynara23-May-07 18:55
cynara23-May-07 18:55 
Questionhow can i convert rtf document to HTML document ... Pin
koolprasad200323-May-07 18:46
professionalkoolprasad200323-May-07 18:46 
AnswerRe: how can i convert rtf document to HTML document ... Pin
Johan Hakkesteegt23-May-07 21:18
Johan Hakkesteegt23-May-07 21:18 
It Depends on what you are actually trying to do.

Does the RTF document contain ready HTML code, and you only need to convert it, or do you just want to insert text from the RTF document into an HTML document?

If it contains ready HTML code you could just try
file.Move("yourHTMLfile.rtf", "yourHTMLfile.html")

Otherwise you'll have to read through both documents, combine the text from the RTF document with the code from the HTML document, and then create a new HTML document from the combined data.

Good luck,

Johan



My advice is free, and you may get what you paid for.

GeneralRe: how can i convert rtf document to HTML document ... Pin
koolprasad200323-May-07 22:47
professionalkoolprasad200323-May-07 22:47 
GeneralRe: how can i convert rtf document to HTML document ... Pin
Johan Hakkesteegt24-May-07 0:13
Johan Hakkesteegt24-May-07 0:13 
GeneralRe: how can i convert rtf document to HTML document ... Pin
koolprasad200324-May-07 0:49
professionalkoolprasad200324-May-07 0:49 
GeneralRe: how can i convert rtf document to HTML document ... Pin
Johan Hakkesteegt24-May-07 1:42
Johan Hakkesteegt24-May-07 1:42 
Questiontext to speech Pin
Sonia Gupta23-May-07 18:30
Sonia Gupta23-May-07 18:30 
AnswerRe: text to speech Pin
_Damian S_23-May-07 18:45
professional_Damian S_23-May-07 18:45 
QuestionRe: text to speech Pin
Sonia Gupta23-May-07 18:49
Sonia Gupta23-May-07 18:49 
AnswerRe: text to speech Pin
_Damian S_23-May-07 18:54
professional_Damian S_23-May-07 18:54 
AnswerRe: text to speech Pin
Christian Graus23-May-07 20:07
protectorChristian Graus23-May-07 20:07 
QuestionRe: text to speech Pin
Sonia Gupta23-May-07 20:20
Sonia Gupta23-May-07 20:20 
AnswerRe: text to speech Pin
Christian Graus23-May-07 21:27
protectorChristian Graus23-May-07 21:27 
QuestionRe: text to speech Pin
Sonia Gupta23-May-07 21:48
Sonia Gupta23-May-07 21:48 
AnswerRe: text to speech Pin
Dave Kreskowiak24-May-07 4:47
mveDave Kreskowiak24-May-07 4:47 
Questionbutton click Pin
Sonia Gupta23-May-07 18:20
Sonia Gupta23-May-07 18:20 
AnswerRe: button click Pin
_Damian S_23-May-07 18:32
professional_Damian S_23-May-07 18:32 
QuestionRe: button click Pin
Sonia Gupta23-May-07 18:42
Sonia Gupta23-May-07 18:42 
AnswerRe: button click Pin
_Damian S_23-May-07 18:52
professional_Damian S_23-May-07 18:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.