The code for this post can be found in this github project. Occasionally you may present an interface which allows the user to select a subset of specific [...]
Windows 10 introduced a new software development platform- the Universal Windows Platform, or UWP. In some respects it builds upon the earlier Windows [...]
QuickBASIC is an out of place choice when compared to most other languages that I’ve written in this series. Why would I jump so far backwards to [...]
One of the fun parts of personal projects is, well, you can do whatever you want. Come up with a silly or even dumb idea and you can implement it if you [...]
Storing, calculating, and working with Currency data types seems like one of the few things that still provides a mixed bag of emotion. in C#, on the one [...]
Upgrading library components across an entire suite of applications is not without it risks, as one may shortly learn when upgrading from Npgsql 2 to [...]
I wrote about a program that allows setting Application Volume on the Command line in my Slapping the Windows Master Volume as well as my Retrieving and [...]
BASeCamp Network Menu, which I wrote about previously, was a handy little tool for connecting to my VPN networks. It, however, had one disadvantage- It was [...]
I’ve adjusted the program to add more options: Font settings can be customized Left-clicking on the Notification Icon will now show the network menu [...]
I wrote previously about manners in which the SimpleWifi library can be utilized to enumerate available wireless connections and disconnect or connect to [...]