More recently, I needed an application like Spy ++ for some debugging of the .NET UI. I found an old MSDN article with a sample that does things similarly, but this has stopped working in newer versions of the .NET Framework.
Does anyone know / write an application that imitates the behavior of Spy ++ and works in managed applications (rather, shows managed events / properties) and works on the new .NET Framework, up to 4.0?
source share