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

Threaded View

  1. #1
    Join Date
    Dec 2012
    Posts
    18

    Component Object Model?

    Hi
    I'm trying to put together a picture of what it is I have to do to use the Microsoft Component Object Model to automate, create, and manipulate Microsoft word and excel documents.


    1 - Despite googling this to death I'm not sure about a few things.
    To use the Component Object Model do I have to have VC++ installed. I am using a MinGW compiler in CodeBlocks IDE. Can I use and compile COM with this compiler and setup?


    2 - Is the COM a sub-part of MFC? Or is it something totally different?


    3- Do I download and install COM DLL's or are they already installed as part of the Microsoft office application and windows application installed on my PC?

    4 - Can I do everything possible with a Word file or Excel file when using the COM?
    Would anyone know of any books which explain how to use COM with Microsoft Office Applications?

    Thanks
    Last edited by tomadom; June 16th, 2015 at 05:49 AM.

Tags for this Thread

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