开发者

how can i get notified on every control clicked in another application?

Im writing an application that needs to get notified when a control in another application is clicked\invoked. How can i catch the click from my application?

Here are some more related questions :

  • Is UIAutomation can be a solution? is it working on unmanaged applications also?
  • Is the Spy++ solution works also on managed applications?
开发者_Python百科

i'll be happy with any help.


You need to use Global Hooks, but in managed apps you can only set up Global Hooks for keyboard and mouse events. So you will need to write an unmanaged app to do this.

Here's a blog post where a MS guy discusses the internals of Spy++ which might be useful:
http://blogs.msdn.com/vcblog/archive/2007/01/16/spy-internals.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜