Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / DLL

DLL

DLL

Great Reads

by Pedram_Niloufari
C# .Gif viewer / Snipper control
by Abed AlSayed
AlSayed ColorBar is a TrackBar best for professional color picker, like the one used in Adobe Photoshop.
by Habibur Rony
This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what’s adapter pattern, why need, where & when to use; what’s Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration.

Latest Articles

by Pedram_Niloufari
C# .Gif viewer / Snipper control
by Abed AlSayed
AlSayed ColorBar is a TrackBar best for professional color picker, like the one used in Adobe Photoshop.
by Habibur Rony
This topic will cover the concept of the adapter pattern & how to implement logger using log4net. It will also cover what’s adapter pattern, why need, where & when to use; what’s Log4Net, implementation of logger using adapter pattern, how to implement and add custom SMTP appender & configuration.

All Articles

Sort by Score

DLL 

by Pedram_Niloufari
C# .Gif viewer / Snipper control
by Abed AlSayed
AlSayed ColorBar is a TrackBar best for professional color picker, like the one used in Adobe Photoshop.
by Darki699
This is an example of how you may take a COM *.dll file, and binary-embed it inside your C# project as a *.cs file. You can create a fully functional COM interface in managed enviroment using the steps described in the project.
by Darki699
Another way to use the code above is to create dynamic "dynamic linking", to download dlls and embed them during runtime!How to do this:1. Add a project reference to a COM object, but DO NOT include the DLL in the executable folder2. Do not call any of the functions from the COM ref...
by Purushotham Agaraharam
Dynamic changing of version number using SolutionInfo.cs through out the application.
by pasztorpisti
You can find out if a DLL exports some symbols/functions without calling LoadLibrary() on it
by vblover Programmer
Create a resource-only DLL
by pasztorpisti
An advice to make your DLL interface more attractive and easier-to-maintain even in cross-platform projects
by fmsalmeida
Using configuration files in DLL is not trivial, but is very simple.
by lewax00
Unless I'm misunderstanding something, you can just go to properties for the project, Settings tab, and click "This project does not contain a default settings file. Click here to create one.".
by saadishahin
A quick psedu-code for EF Core that's equivalent to modelBuilder.Configurations.AddFromAssembly in entity framework
by Thomas B Dignan
Getting the text of Win32 Error codes for 99% of cases.
by Mr Nukealizer
Ideal for finding LoadLibrary() in 32 bit programs from a 64 bit program but it works for any function in any DLL and supports forwarded functions and ordinals.
by pasztorpisti
How to create your first DLL without coding too much... :)
by techbird
Enabling 64bit compatiblity on IIS for 64bit ASP.NET applications
by Tecfield
This post shows how to make a callback to C# from C/C++
by emicroxxx
Transforming ILMerge.exe to DLL [for convenient usage only]
by Shining Legend
The following command lists all the functions which are exported from a DLL.Dumpbin/exports filenameType the following command in Visual Studio command prompt.Dumpbin/exports Csp2.dllCommand name will list all the exported functionanmes from the DLL
by rolandomontero
MySQL Connector for Visual Basic, obtaining a data table
by Amir Hesami
A library which can get any class you pass to it, convert it to bytes, and send it to the other end.
by Marco Bertschi
A short example how you can programmatically lock the computer using user32.dll.
by Andrew Rober
Windows software licensing data and information in a nutshell