Creating a Custom Code Library DLL
-
Creating the DLL using Jscript .NET
To create a Custom Library DLL with Jscript .NET, proceed as follows:Declare a class inside a package. This class must extend the class CustomCode which is d...
-
Creating the DLL using C#
The easiest way to create a Custom Code Library in C# is to use Visual Studio .NET. From Visual Studio .NET do the following:Go to the File > New > Project m...