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 [...]
Previously, I wrote about Counting Lines of Code in a given directory. Recently, I had a similar curiousity- “how long are all the video files in [...]
A Demo Project covering the content of this post can be downloaded Here. Sometimes, a standard Windows.Forms.ListView just doesn’t cut it. Sometimes [...]
This is the first post in a short series. This post covers the determination of what executable is currently in the foreground. What with all the hubbub [...]
On a recent Forum post, I was intrigued by the idea of being able to control the Windows Master Volume Programmatically. In that particular case, the [...]
Recently, I overheard a very curious statement. This statement was made in regards to Visual Studio versions, and it was a discussion that many developers [...]