This is a discussion on DLL in C# within the C# Programming forums, part of the Software Development category; hui can anyone let me know the How do I make a DLL in C#?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi Vignesh, Its very simple. In visual Studio , While you create a new project, you have an option like Class Library Project. By selecting that Templet you can easily create a DLL project and Code a DLL in C#. File-> New -> Project-> In Project window select Visual C#, then select Class Library Template. Name the Project and click ok. It will create a dll project for you in C#. you can build your code and get the output as a DLL. Hope Help full. Oxygen |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/c-programming/2977-dll-c.html | |||
| Posted By | For | Type | Date |
| Programming | This thread | Refback | 07-27-2007 07:10 AM |
| Programming | This thread | Refback | 07-27-2007 07:09 AM |