PDF Generation and Printing in .NET
Rolf Baxter, October 5th, 2012
In this post I’m going to talk about creating PDF documents in C#. I will primarily focus on the PdfSharp and MigraDoc libraries, which are free C# libraries available from http://www.pdfsharp.net/. I recently became acquainted with them while investigating .NET exporting functionality and wanted to blog about my experience and add some praise for these [...]
Developing an extended Drag And Drop TreeView control in C# .Net
Rolf Baxter, May 29th, 2012
This blog post talks about developing an extended Drag and Drop TreeView control in C#. I say extended because the .Net framework already provides simple drag and drop functionality, but the visual feedback during the drag operation is somewhat lacking. I found a number of TreeView extensions on CodeProject, some of which work quite nicely. [...]
