Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

What metadata viewers are available for .NET assemblies? Is there an OLEVIEW equivalent for .NET?

The best one that I know of is Reflector for .NET by Lutz Roeder.

You can also use the Windows Class Viewer (wincv.exe) and ILDASM (ildasm.exe), both of which come with the .NET Framework.

Contributed from George Shepherd's Windows Forms FAQ