Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

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

Windows Forms FAQs

How do I launch ILDASM from Visual Studio?

Launch Visual Studio .NET 2003. Select Tools | External Tools | Add. Add the settings show below:

Title: ILDASM (or anything else of your choice)

Command: C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\ildasm.exe

Arguments: $(TargetPath)

Initial Directory: $(TargetDir)

Use Output Window: -unchecked-

Prompt for arguments: -unchecked-

Close on exit: -checked-

Contributed from George Shepherd's Windows Forms FAQ



Page view counter