Hi all,

I know that every windows application has its own message queue and if I want to retrieve the messages in it, I can override the WndProc(ref Message).


But now I want to create a simple console application which instantly displays the messages in the message queue of another application.

What do I need to get this done using C#? Thanks a lot.