|
-
Jan 5th, 2000, 02:49 PM
#1
Thread Starter
New Member
I am developing a software in VB. The output to the program is displayed on picture box. It is a multipage output with pageup and pagedown facility. The output comprises of text, line graphics and wmf files.
I want to save this complete output in the form of MS-WORD document. Tell me the procedure.
with thanks
-
Jan 5th, 2000, 05:18 PM
#2
Hyperactive Member
hmm tricky
look at a word doc in notepad, to see how it does the formatting, and try MS website - might have something.
------------------
cintel rules 
www.cintelsoftware.co.uk
-
Jan 5th, 2000, 05:47 PM
#3
Does the end user have Word on their machine?
If they do you're in luck!!
Word in an ActiveX application, which means you can put a reference to it in your program and call it's internal functions like you would call other vb functions...
You could start a new word app, copy your text, graphics, etc into it, tell word to save it and then close.
------------------
Matthew Ralston
E-Mail: [email protected]
ICQ:31422892
Web Sites:The Blue Link My Home Page
-
Jan 6th, 2000, 02:19 AM
#4
Hyperactive Member
Do you have any sample code wich do all things you say, Matthew?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|