How to pass mouse events to applications behind mine in C#/Vista?

前端 未结 3 927
心在旅途
心在旅途 2020-12-10 08:45

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

3条回答
  •  感情败类
    2020-12-10 09:21

    If you disable the control and return you're able to pass the MouseDown event to the parent.

提交回复
热议问题