Menu

Monthly Archives: April 2015

Back to BASeBlock
BASeBlock was one of my first projects that I wrote in C#. I wrote a program that sort of worked like HijackThis and a INI file reader class- which I [...]
Java 8 Update Expiry
Java has had an interesting feature for some time, Though I must question it’s implementation. Of course Java has been the butt of many jokes about [...]
“Gummy” style indicator icons
Sometimes when you develop an application you need a straightforward way to represent something which cannot easily be represented in an icon- a [...]
Looking Beyond SHBrowseForFolder
In my recent posts I’ve discussed the .NET FolderBrowserDialog and how to improve upon it with an extended variant that supports more of the [...]
Logitech F710 connectivity mystery
Some time ago, I purchased a Logitech F710 controller. It worked quite well for me, but it stopped working properly a few months after I bought it- it [...]
Folder Monitor for the Notification Area
Recently I decided to collate minor annoyances or things that I felt annoyed me or disturbed my workflow, or things that could be helpful. The purpose was [...]
FolderBrowserDialogEx- FolderBrowserDialog’s big brother.
.NET and Windows Forms includes “FolderBrowserDialog” this is the common Directory browser dialog we’ve come to expect. However the [...]
Creative Sound Blaster ZXR
I have a habit of occasionally making exorbinant purchases that I cannot, under normal circumstances, justify. I have been considering a Sound Card as just [...]
Sound Hardware
In the early days of computers, “Sound reproduction” on a computer was typically limited to a few beeps and boops. A few early PCs had limited [...]
Debug Logs- a C# approach
Somehow I’ve managed to never write about my Debug log class, looking through my post history. It’s a versatile Debug Logging class that [...]