accessing methods of a running process

  • Thread starter Thread starter barcrofter
  • Start date Start date
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.
 
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
 
Back
Top