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]