I am working in C# .Net. I would like to register a windows message (which
I can do), and then post that message to a second application (which also
works).
The question: How can I detect when I received this message in my C# .Net
application? I'm used to doing this in the "WindowProc " function. Is there
anything similar to this?
DanB
I can do), and then post that message to a second application (which also
works).
The question: How can I detect when I received this message in my C# .Net
application? I'm used to doing this in the "WindowProc " function. Is there
anything similar to this?
DanB
Comment