Your Favorite Documentation Tool?

In my current position, it is necessary to write large amounts of technical documentation. For this, I use a variety of tools to create a “master” document, which then gets uploaded to either a SharePoint repository, or to our Wiki.

Get Available Drivespace with VB6

As a developer, from time to time you are called upon to build or process large chunks of data. During this process, you can use the the local hard drive as a temporary holding area. Admittedly, with todays well-specc’d computers, you shouldn’t need to do this, but back in the day, this was the norm. By request, here… Read More »

Compare Two Files in VB6

This function will allow you to compare one file to another. It will do either a lax check (compare file lengths only) or a stringent check (a byte by byte comparison). Pretty straightforward demonstration of string handling for Visual Basic 6, posted by request. Public Function AreTheyTheSame(ByVal File1 As String, _ByVal File2 As String, Optional StringentCheck As _Boolean… Read More »

MMS 2013 Dates Announced

What happens in Vegas stays in Vegas, right? It seems like MMS 2012 just wrapped up last week, but it was actually over six months ago.  Brad Anderson announced on his blog this week the dates of MMS 2013, and a change of venue over what was announced at MMS 2012.

PortInUse

Working with network objects in Visual Basic can be a little daunting for newer programmers. It’s not that scary, really.

GetDigits

Ever wanted to grab all the digits out of a string? This handy little function will do it. Not sure what purpose this would server, but someone requested it, so here it is.

Windows 8 Keyboard Shortcuts

Every new Windows operating system includes some new keyboard shortcuts. If you have been a user of technology for any amount of time, you probably know a few of these yourself. You might even know a few that are not on this list. Keyboard commandos swear by some of these shortcuts. You can just about do anything in… Read More »