How can I create a COM hook like DrCOM Monitor?
-
DrCOM Monitor http://www.ddevel.com/DrCOM/DrCOMMonitor.asp I'm trying to externally control a target app that is built on COM. I have read http://www.codeproject.com/com/automatingwindowsapps.asp However, this technique looks way too comlicated in my case to realize what I'd like to do, and in fact, looking at the DrCOM folder at least, it seems simpler than the preject above. Using DrCOM, the whole COM analyzed by the tool is marked as 'Automated', and I actually could 'Invoke' the API function from DrCOM, such as 'Object.SendLogout()' which actually made the target app. behave that way. The target application received the message from the external tool, and was controled right way. Wonderful, I felt. What I'd like to do is to 'Invoke' the command of COM that is the server of the target application from the external application that I will code in C#. I posted on C# board, too. Any comment? Thank you very much in advance.:confused: Best, Ken