I have been trying to access a messageloop without opening a form.
That is, I want to be able to receive messages from other applications through the message loop without having a form.
I've read that you can use Application.Run () without an argument to create a loop without a form, but I have no way of sending messages to that loop (that i have figured out)
I've tried using:
[code=c#]
Application.Add MessageFilter(f t);...