accessing methods of a running process

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • barcrofter

    #1

    accessing methods of a running process

    Is it possible to access the methods of a running process. For
    example if I can find the process ID of MS Word, can I access the
    print command using the process ID and print a document.
  • Michel Posseth  [MCP]

    #2
    Re: accessing methods of a running process


    The answer to your question is Yes you can do this as office has a OLE
    Automation ( ActiveX , COM ) interface investigate the
    GetActiveObject method a quick google on this keyword will probably popup
    a few examples :-)

    regards
    Michel Posseth [MCP]






    "barcrofter " <jd.prsn@gmail. comschreef in bericht
    news:676835ff-6dca-4f11-9f20-61f160cc7125@59 g2000hsb.google groups.com...
    Is it possible to access the methods of a running process. For
    example if I can find the process ID of MS Word, can I access the
    print command using the process ID and print a document.

    Comment

    Working...