Discover hWnd where mouse is

一个人想着一个人 提交于 2019-12-06 05:53:04

Windowse is free, lightweight and great. I use it anytime I don't have an explicit need for the extra functionality the much heavier Spy++ offers.

Are you thinking of the Spy++ utility that comes with Visual Studio?

What about using GetCursorPos and then use RealChildWindowFromPoint, WindowFromPoint or ChildWindowFromPoint? You maybe want to define a global hook to be informed about all mouse movements.

Update

Btw. if you are sill looking for such a program, I suggest Winspector.

Could you be thinking of WinCheat? I use it all the time at work, it's very useful. It does have some of the same features as Spy++, but it makes it easier to get more information about a window, IMO.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!