Inject ? a Compact Framework DLL

G

Guest

Is there a way for me to get a Compact Framework DLL loaded into the process
space of another compact Framework application (without loading it from the
app) - similar to injecting a normal C++ DLL into an application. The
purpose of this is so that my injected DLL can use IMessageFilter to capture
messages from an application's message pump
 
G

Guest

Thanks Alex. Following your feedback I have looked at NativeWindow but the
drawback I see is that I would have to create a handler for every Window the
application creates whereas I could somehow inject my CF DLL that implemented
an IMessageFilter interface so I could interecept all application events.
 

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