本文介绍了寻找挂钩的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



是否可以使用c#挂钩另一个应用程序的WM_MOVE消息?

似乎有一些关于你可以挂钩的消息和

是否可以使用.net收听其他应用程序的消息。

我只是在寻找一个直接的答案吗?


谢谢,

James Randle

解决方案



总有一些非托管代码可供使用; - )


-

Thomas T. Veldhouse

Key Fingerpr int:2DB9 813F F510 82C2 E1AE 34D0 D69D 1EDC D5EC AED1




总是可以使用非托管代码;-)


-

Thomas T. Veldhouse

主要指纹:2DB9 813F F510 82C2 E1AE 34D0 D69D 1EDC D5EC AED1



Hi,
Is it possible to hook another application''s WM_MOVE messages using c#?
There seems to be some argument as to what messages you can hook and
whether you can listen in on other app''s messages using .net.
I''m just looking for a straight answer really?

Thanks,
James Randle

解决方案

There is always unmanaged code that could be used ;-)

--
Thomas T. Veldhouse
Key Fingerprint: 2DB9 813F F510 82C2 E1AE 34D0 D69D 1EDC D5EC AED1



There is always unmanaged code that could be used ;-)

--
Thomas T. Veldhouse
Key Fingerprint: 2DB9 813F F510 82C2 E1AE 34D0 D69D 1EDC D5EC AED1




这篇关于寻找挂钩的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-22 05:42