Results 1 to 2 of 2

Thread: OLE programming and automation (MS Word)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    17

    Angry

    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

  2. #2
    Addicted Member
    Join Date
    Jan 2000
    Location
    Fresno, California, USA
    Posts
    195
    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
  •  



Click Here to Expand Forum to Full Width