RE: Run .exe with Windows Live Messenger
This is really advanced.
The only way I know is to create a Proxy Dll.
Just copy all functions from a Dll that Messenger uses, then put it in Messenger's Directory, and Messenger loads your instead of the real one.
Just redirect the calls to the real Dll, in the DllMain put your code which runs the exe.
|