CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: start winword

  1. #1
    Join Date
    Mar 1999
    Posts
    16

    start winword



    Hi !

    i want to start winword with a doc-file based on a dot-file from

    my own program.

    but how can i do that ?

    when i take create process, winword always starts with a dot-file.

    the second problem :

    when winword is active, how can i put a selected dot/doc-file

    from my program into winword without starting winword a second time ?

    thanks, ralph



  2. #2
    Join Date
    May 1999
    Posts
    30

    Re: start winword



    Use the type lib that comes with word to interface Word through a C++ program

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