If I have Window Handle, how can I filter mouse events that will be detected by that window(eg. when someone clicks on it, I want to raise event in my app insted of reaction in that program)? A can also get that aplication size and position, but then I would need to monitor all mouse events, plus to check if that windows is on top.... Any idea?