Can any one tell me how to create DLLs in C#?
How to edit created DLLs in project?
Can we edit any DLLs in visual studio?
DLL in C#
Started by gamiR, Feb 14 2009 08:23 AM
2 replies to this topic
#1
Posted 14 February 2009 - 08:23 AM
Busy Penguin
|
|
|
#2
Posted 20 February 2009 - 03:07 PM
In visual studio you can create class libraries. The compile into dlls. In Windows development you don't "edit" dll's. You essentially need the source code to modify and rebuild the dll files. Do a search for creating C# class libraries to learn how.
#3
Posted 13 August 2009 - 10:21 PM
Thanks for the info, Ryan.


Sign In
Create Account


Back to top









