Using the WM_NCPAINT
and WM_NCCALCSIZE
messages in order to create and paint a non-client region for a C# WinForms custom control
Entries tagged with 'c#' Articles and information on C# and .NET development topics
Overview of a library for working with historical dates
A article which describes how to create a custom control that supports scrolling on a single axis.
An overview of a simple Markdig extension for adding support for kbd tags.
A brief overview on getting started with the Windows Image Acquisition (WIA) library in C#
A sample application demonstrating chemotaxis, in a very simplified fashion.
An article describing how you could add JavaScript script support to your .NET applications via the Jint package.
How to use a TypeConverter to provide editing of immutable structs that are properties of containing objects via a PropertyGrid.
The Windows Forms TextBox
control doesn't offer an out of the box method for setting tabstops within the control,
this article describes how to achieve this via p/invoke.
Almost two years ago I wrote a post describing how to translate text using Azure cognitive services, however the API it uses is to be switched off and so I needed to migrate from the version 2 API to version 3. This post describes how I migrated my existing TranslationClient
class.