I am writing a very specialized app in C# that floats as a mostly transparent window over the entire desktop. I want to be able to create and pass mouse events to applicatio
If you disable the control and return you're able to pass the MouseDown event to the parent.