Thread: VB6 Question
View Single Post
  #2   Spotlight this post!  
Unread 26-05-2004, 17:33
Guest
 
Posts: n/a
Re: VB6 Question

There are two methods to do this:

1. Save the file in RichText format (.rtf). This can be read using Word. Put a RichTextBox on a form, insert the text into the RichTextBox control, and use the SaveFile method of the RichTextBox.
2. If you want to save it in .doc format directly, go here:
http://support.microsoft.com/default...12&Product=vbb
It explains exactly how to do it in the More Information section.