accessing methods of a running process

B

barcrofter

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.
 
M

Michel Posseth [MCP]

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]
http://www.vbdotnetcoder.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top