Calander

".cs" files are C# source files, just as ".vb" files are VB source files. You would have to compile that source to a DLL using C# Express or VS. You can then reference that library from your project, just as you do any other library. Remember that the whole .NET Framework class library is a collection of DLLs written in C#.
 
Back
Top