Release Name: IntelliTask
Description: IntelliTask is an alternative Windows version to the famous Microsoft Task Manager!
Outgoing License: GNU General Public License v3.0
Type of content: static/dynamic libraries, source code, binary
Release location: https://www.codeproject.com/Articles/867009/IntelliTask
CHLinkCtrl
Description: This class allows you to create a static control on a window or dialog which behaves similar to a hyperlink as seen on a web page. When the mouse moves over the text the cursor becomes a hand and when you click on the text the hyperlink is executed.
Version: 1.43
Home Page: https://www.naughter.com/hlinkctrl.html
License: Custom (PJ Naughter's license)
Format: source code, binary
CInstanceChecker
Description: This class implements single instance apps. Limiting your app to single instance is more tricky in Win32 with the removal of the hPrevInstance parameter from WinMain and the introduction of separate address spaces.
Version: 1.25
Home Page: https://www.naughter.com/sinstance.html
License: Custom (PJ Naughter's license)
Format: source code, binary
CVersionInfo
Description: This simple little class encapsulates the SDK calls which access version info from Win32 files. Most executables and DLL's have a VS_VERSION_INFO resource associated with them and this class provides a simple C++ class to programmatically access this information.
Version: 1.13
Home Page: https://www.naughter.com/versioninfo.html
License: Custom (PJ Naughter's license)
Format: source code, binary
DtWinVer
Description: DtWinVer is a C++ class which provides a comprehensive method to determine which OS the program that calls it is running on. The routine provides the emulated OS as well as the underlying OS. e.g to a DOS program Windows 95 looks like MS-DOS 7.0.
Version: 2.68
Home Page: https://www.naughter.com/dtwinver.html
License: Custom (PJ Naughter's license)
Format: source code, binary
CWndResizer
Description: Gives you total control when it comes to resizing windows.
Version: unspecified
Home Page: https://www.codeproject.com/Articles/125068/MFC-C-Helper-Class-for-Window-Resizing
License: Code Project Open License
Format: source code, binary
PJ Naughter's license: You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) when your product is released in binary form. You are allowed to modify the source code in any way you want except you cannot modify the copyright details at the top of each module. If you want to distribute source code with your application, then you are only allowed to distribute versions released by the author. This is to maintain a single distribution point for the source code.