Note: Working with projects is available to registered
users only.
Antechinus allows you to compile and run Microsoft® C# sample applications. To install the
samples run Samples.exe located in the C:\Program Files\Microsoft.Net\FrameworkSDK\Samples
directory. When the installation is complete do the following:
In the Help menu there are 4 items pointing to .CHM files in the Microsoft® documentation:
If the program cannot find help files, it will prompt you to locate them yourself. The first one (.NET Framework reference) is most important since it describes all the .NET classes with their properties and methods. It provides context-sensitive help when you press F1: Antechinus will open the .CHM file and search for the word under the cursor.
If you ever need to specify different .CHM files to be invoked from Antechinus, open the Settings.ini file in the Antechinus directory and modify the entries under [Help] section to point to new files:
[Help]
Help1=C:\Program Files\Microsoft.Net\FrameworkSDK\Docs\cpref.chm
Help2=C:\Program Files\Microsoft.Net\FrameworkSDK\Docs\csref.chm
Help3=C:\Program Files\Microsoft.Net\FrameworkSDK\Docs\cpguide.chm
Help4=C:\Program Files\Microsoft.Net\FrameworkSDK\Docs\cptools.chm
Hitting F12 brings out the Doc menu, allowing you to specify tags used
to document your code. The C# compiler uses them to generate the .XML
documentation file from your .CS source code files. To use this feature, you
must specify the /doc:FileName.xml directive in the Project Options.
Information about using the specific tags is available in the .NET documentation.
This concludes the quick-start tutorial. To go back to user manual or see licensing options please click here. We welcome your feedback.