Protecting an Application's Unauthorized Copy
Last Updated: 21 Aug 2008
Page Views: 41,050
Rating: 3.56/5
Votes: 32
Popularity: 5.36
Bookmark Count: 100
Licence: The Code Project Open License (CPOL)
To protect your application's unauthorized copy by using image integrity functions (Platform SDK's ImageHlp APIs) and to manage certificates in a portable executable (PE) image file.
File Rotator
Last Updated: 17 Mar 2009
Page Views: 3,622
Rating: 4.36/5
Votes: 7
Popularity: 3.69
Bookmark Count: 14
Licence: The Code Project Open License (CPOL)
Rotating files by appending 00, 01, 02, 03 etc. in file name once the file size reaches its predefined maximum file size.
Single Instance Application in C#
Last Updated: 12 Dec 2004
Page Views: 157,360
Rating: 3.99/5
Votes: 81
Popularity: 7.62
Bookmark Count: 81
Licence: The Code Project Open License (CPOL)
An article demonstrating how to run a single instance of an application and activate previous one if already running.
Simple Worker Thread Class
Last Updated: 5 May 2009
Page Views: 4,938
Rating: 2.92/5
Votes: 12
Popularity: 3.15
Bookmark Count: 8
Licence: The Code Project Open License (CPOL)
A simple worker thread class with Join and post thread message