
Modify/Update resources of an Exe/DLL on the fly - CodeProject
Sometimes it is useful to modify (add / remove / delete) resources in an exe and/or DLL file at run time.
HexEdit - Window Binary File Editor - CodeProject
Open-source hex editor with powerful binary templates
Compiling MuPDF DLL to Render and Edit PDF Documents
The download contains a pre-compiled MuPDF DLL (versioned 1.19) with a simple C# demo project which utilizes functionalities in the DLL to convert PDF documents into image files.
.NET CLR Injection: Modify IL Code during Run-time
Sep 22, 2012 · The InjectionHelper.Initialize method loads the unmanaged injection.dll from the directory of the current assembly directory, so all the related files need to be there, or you can modify the code …
Programmatically Complete PDF Form Fields using Visual Basic and the ...
Jan 22, 2008 · Download generator - 1.28 MB Introduction This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. …
Using AvalonEdit (WPF Text Editor) - CodeProject
Oct 5, 2009 · Download Source Code - 975.1 KB Download Binaries - 289.1 KB Download CHM documentation file - 2.9 MB NuGet package The latest version of AvalonEdit can be found as part of …
Reading and Writing Photo Metadata Programmatically Using
Oct 24, 2009 · This requires a little bit of .NET Reflector ninja skills. Open Microsoft.ProPhotoToolsFoundation.dll and browse to the Resources folder, and save …
Why, Where, and How of .NET Configuration Files - CodeProject
Explore the purpose, usage, and implementation of .NET configuration files for efficient software development.
Compiling MuPDF DLL to Render and Edit PDF Documents - CodeProject
MuPDF is an open-sourced, high performance PDF rendering and editing engine written in C. This article describes how to compile its source code to a DLL for use
The Ultimate (DLL) Header File - CodeProject
Here is the ultimate header file that makes multiple declaration compiler errors a thing of the past.