CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Posts
    2

    DDE Commands to Word'97

    Does anyone know where I can find detailed info on Microsoft Word'97s built in DDE system calls.
    Also, how to prevent the DDE executions from flagging the Normal Template as 'dirty'



  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: DDE Commands to Word'97

    DDE is slightly old. On the way look for OLE interface functions/members for how to control an intance of MS WOrd. and pass it along:-)


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