article

Getting a window rectangle without the drop shadow

A short article which describes how to get a window rectangle without including offsets for drop shadows

avatar
Richard Moss
article

Capturing screenshots using C# and p/invoke

I was recently updating some documentation and wanted to programmatically capture some screenshots of the application in different states. This article describes how you can easily capture screenshots in your own applications using the `BitBlt` Win32 API call.

avatar
Richard Moss
article

Writing custom Markdig extensions

Markdig is an extensible Markdown processor built with performance in mind. This article details how to create a simple Markdig extension to extend the parsing functionality to create inline links for MantisBT issue numbers (or GitHub or similar).

avatar
Richard Moss