CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    5

    Changing .rtf to .doc

    Hi!!!
    I need some help converting a .rtf file to a .doc file under visual basic without opening a word program....
    Thank you for your help!!!


  2. #2
    Join Date
    Aug 2000
    Location
    England
    Posts
    185

    Re: Changing .rtf to .doc

    There is no real difference between the rtf and doc files. It may work simply changing the extension, but you could definetely read each item from the rtf and write it to a file with a .doc extension.

    Andrew


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured