OK. I Want to send Windows messages using the PostMessage Method. The Messages I send are Standard windows Messages (like WM_KEYUP ...) and I want to inject them into the System.

To accomplish that I tried to call PostMessage with WH_BROADCAST as window Handle, but the Messages I send only reach my own Window.

What do I have to do, to have my messages reach every Window?