openTRANS for .NET Core

openTRANS is a collection of XML definitions for automated ordering systems, developed by Fraunhofer IAO. I partly implemented the openTRANS v2.1 definitions in C# .NET Standard 2.0. Get it on Github and NuGet. Update Feature.csFurther code cleanupsCleanups, NuGet...

explorerFilePreview

Released a tool which can be used for non-Outlook PCs to be able to see email files (.msg, .eml) as preview in Windows Explorer. Get it via GitHub. Update README.mdinitialInitial commit...

C# .NET WinForms: Setting a placeholder for a TextBox

Useful snippet for adding a placeholder text feature to a common Windows Forms TextBox like you might know it from HTML’s <input> tag. Add e.g. to your ExtensionMethods: C# private const int EM_SETCUEBANNER = 0x1501; [DllImport("user32.dll", CharSet =...
  [email protected]