Projects

DotNetVer.nsh

LogicLib extensions for checking Microsoft .NET framework versions and service packs.

"HasDotNet<version>" checks if the specific version of .NET framework is installed.

<version> can be replaced with the following values:
1.0
1.1
2.0
3.0
3.5

"AtLeastDotNetServicePack" checks if the .NET framework has a service pack version at least as specified.

"IsDotNetServicePack" checks if the .NET framework has a service pack version exactly as specified.

RS2Table

A VB6 ActiveX COM DLL, that parses an ADO recordset and returns a X/HTML table. This component accepts many different parameters to allow paging, data transformation and styling of the table. This component replaces the many loops in a legacy ASP site. Requires: MDAC 2.8

Text File Splitter

A small utility windows application, written in C#, that will split a text file based on a character.

Enter:

  • Filepath
  • split character
  • Output location
  • Ouput extension

The application will then split the text up into chunks, saving those chunks as separate files within the output directory. The output filename format is output_{file#}.{extension}.