|
-
May 31st, 2000, 05:06 AM
#1
Thread Starter
Junior Member
I’m trying to implement OLE automation embedding an instance of MS Word within a VB application to use as an embedded text editor. I’m having real difficulty finding printed materials to support specifically what I’m doing.
Please recommend support materials that are explicit in programming VB applications utilizing from within (embedded) MS Word and other Office products. Current difficulties include identifying contents of the embedded OLE Word window and saving as a .doc file, etc.
Please help! =(
Mark
-
May 31st, 2000, 11:26 PM
#2
Addicted Member
The key word is embedding. The only way I know how to embed is to add the Microsoft Word Object in the insertable objects tab of the add components to project form, to your form. This is very limited though. I don't know how to (or even if you can) manipulate it from VB. I've always used automation to create my own instance of Word. You have all the power in the world over that instance of Word at that point. But it is not embedded in your form.
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
|