I has a server more than double it’s memory usage overnight. No patches, updates, or changes were made. But, there was a power outage. Task manager displayed 32 of 48GB was being used and adding up the process list came …

Windows Server 2019 Excessive RAM Usage and the process list doesn’t add up. Read more »

using System; using System.ComponentModel; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace TaskTest { public partial class Form1 : Form { static string finished = “new”; static string message = “new”; static int result = 999; public Form1() { InitializeComponent(); textBox3.Visible …

Simple Task.ContinueWith(), updating WinForms control on a different thread Read more »

I’m really beginning to dislike the WordPress code window.  One of those nut fuckers updated it again.  It worked, now it works like shit.  If it ain’t broke, fix it until it is. I have a Honeywell 7580 Genisis barcode …

Use RawImport to separate a USB HID barcode scanner and keyboard events Read more »

Option to pick automatic, left, or right rolls. private void Dymo() { try { PrintDocument pd = new PrintDocument(); pd.PrinterSettings.PrinterName = “DYMO LabelWriter 450 Twin Turbo”; PrinterSettings.PaperSourceCollection sources = pd.PrinterSettings.PaperSources; // pd.DefaultPageSettings.PaperSource = sources[0]; // Automatic // pd.DefaultPageSettings.PaperSource = sources[1]; …

C# Print directly to a Dymo LabelWriter 450 Twin Turbo Read more »

Discovered a new feature in the Telerik Winforms framework. Embedded Labels! Now to add a button to the control. There are several layers that need to be moved and reattached. private void TextBoxButton(RadTextBox textBox, string svgImagePath) { // Copy existing …

Add an SVG image button to a Telerik RadTextBox with and Embedded Label Read more »

A simple example using LightVisualElements and html for a custom ListView look. Creates a listview with three columns, the first the row’s text field and columns two and three contain a StackElement with LightVisualElement children.   using System; using System.ComponentModel; …

Telerik Winforms Custom RadListView Rows Read more »

In Windows 10 Enterprise 1909 and 2004, after I’ve physically swapped GPU cards, ASUS 1080 Tis for EVGA 1080 Tis, the Google Chrome instance is black. My solution: 1. Quit Chrome. 2. Navigate to C:\Users\your username\AppData\Local\Google\Chrome\User Data\ShaderCache 3. Delete the …

Google Chrome black after physical GPU change Read more »

If you can open folders without issue yet a File Explorer window doesn’t respond, the Quick Access cache may be corrupt. Open a Command Tool and: del %AppData%\Microsoft\Windows\Recent\AutomaticDestinations\*   If the problem persists, disable the Quick Access/Home view in File Explorer 1. Open File …

Windows 10 File Explorer not responding Read more »