DLL to The Application ? (Message)
I wanted to know how a DLL can send info to a dialog and vice versa ?
The DLL is injected into a process to trace some info and i want the DLL send me the info to a C# app(dialog) which it will get them and show me,
and send to the dll from the app to say start tracing or not.
can someone help me ?
Thank you.
Re: DLL to The Application ? (Message)
No one know about what im talking ?
Re: DLL to The Application ? (Message)
I'm not sure what you mean by "injected". Sending data to a dialog is just like assigning data to any other classes and vice versa.
Re: DLL to The Application ? (Message)
the dll is injected in another process and i want it to exchange data to another process (a second one) which i created.
Re: DLL to The Application ? (Message)
Search msdn for 'Interprocess Communication'