by DXSdata | Aug 25, 2019 | C# .Net
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...
by DXSdata | Aug 3, 2019 | Administration
Scenario Local printers are deployed via central GPP to your domain’s workstations. Some printers should not be used by certain users, but users should be able to switch workstations quickly, Solution Open Windows Print Management on a local workstation where...
by DXSdata | Apr 16, 2019 | Administration, C# .Net
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...
by DXSdata | Apr 11, 2019 | C# .Net
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 =...
by DXSdata | Feb 22, 2019 | C# .Net
Goal We want to include an unmanaged DLL file to our VS project which produces a NuGET .nupkg output. We are using .NET Framework v4.6.1 in this case (should be equal with similar versions). The unmanaged file should be included within the generated .nupkg...
Comments