CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2003
    Location
    Pakistan
    Posts
    8

    Automation of MsOffice

    Hi
    I am looking for the Automation of Ms Office Files (.doc, .xls) to the Web Pages using VC6. Actually this automation should also be able to make the Web Pages' formatting to the standard format of the Web Page. How can i achieve this?
    Lateron i also have to convert the jpeg file, Visio file etc. Can anyone help me out.
    Thanx.

  2. #2
    Join Date
    Mar 2002
    Location
    AhuhA
    Posts
    204
    Copy your post here and create a thread in Windows forum...
    You know, because this is Chit CHat palce, I guess people even when they know they rarely answer...
    I am sorry as I know nothing about what you are asking here...

  3. #3
    Join Date
    Sep 2002
    Posts
    1,747
    You need to make an ActiveX object embedded on the page (properly signed!) which then calls on the appropriate COM automation for the Office pieces you want to automate. You take a similar tactic for any automation from webpages. Depending on what you want to do, you may have to study the object models for the applications you wish to automate, and you may also need to study IE's document object model, the scripting objects, and other related fragments. But to give any really good advice, we would need to know what you are familiar with and what parts you are having trouble with.
    */*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/

    "It's hard to believe in something you don't understand." -- the sidhi X-files episode

    galathaea: prankster, fablist, magician, liar

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