I’ve previously written about making adjustments to the Windows Master Volume control programmatically. I alluded to the addition of possible other [...]
One of the old standby’s of software development is manipulating bits within bytes. While it used to be that this was necessary- when you only have [...]
I wrote previously, where I found that the Group Policy added to the insider build of Windows 10 did not have any observable effect. This is merely a quick [...]
Occasionally, I like to fire up gzDoom and play through some of the old Doom and Doom II Games and megawads. I use a Random Level generator, Obhack, which [...]
Textboxes have been around since the invention of the GUI with the Xerox Star Workstation, and even before that in the form of text-based applications such [...]
Many types of software use Product Keys in order to prevent casual piracy. This is a fairly straightforward method of at least curbing it. It doesn’t [...]
I recently stumbled upon an interesting quirk related to handling classes implementing IDisposable within Enumerator methods. In my particular case, I had [...]