Is there UI inspector tool similar to hawkeye that

2019-03-18 12:55发布

I'm working with a winforms application that is targeting .net 4.5 and I really need to inspect the UI elements. I've used Snoop to inspect wpf elements in the past, and I've come across Hawekeye as well. However, it appears hawkeye is not compatible with .net 4.5. Are there any tools out there than can give me similar results?

3条回答
甜甜的少女心
2楼-- · 2019-03-18 13:17

Seems like the old tools no longer work like UI Spy either. Microsoft have an Inspect tool available here (Inspect tool). It's part of the Win8 SDK.

I'm looking at the same problem myself today, so will be trying it shortly.

查看更多
来,给爷笑一个
3楼-- · 2019-03-18 13:20

There is Hawkeye 2 (https://github.com/odalet/Hawkeye2). It works for me with .NET Framework 4.5.

查看更多
爱情/是我丢掉的垃圾
4楼-- · 2019-03-18 13:24

There is Spy++.exe within Microsoft Visual Studio, very useful and works like that.

查看更多
登录 后发表回答