Using Spy++ in Visual Studio 2019

Using Spy++ in Visual Studio 2019

Back in November of 2018, I shared a brief explanation to obtain Winform control information by using a tool packaged in Visual Studio called Spy++. This tool is included in Visual Studio 2019 as well. To find it, you’ll need to modify your Visual Studio 2019 installation by going to the menu and clicking on Tools > Modify. The Visual Studio Installer should appear. Browse to the Individual Components tab and search for C++ core features.

Check the C++ core features option and choose Modify. This will install the C++ Core Features as well as the spyxx.exe and spyxx_amd64.exe files at C:Program Files (x86)Microsoft Visual Studio2019EnterpriseCommon7Tools.

原文地址:https://www.cnblogs.com/chucklu/p/14962301.html