Writing effect plug-ins for Paint.NET 2.1 in C#
Last Updated: 10 May 2005
Page Views: 56,566
Rating: 4.62/5
Votes: 16
Popularity: 5.56
Bookmark Count: 50
This article is an introduction on how to create your own effect plug-ins for Paint.NET 2.1 in C#.
How to enable a control on double click in Visual Basic .NET
Last Updated: 10 Sep 2004
Page Views: 39,277
Rating: 4.13/5
Votes: 6
Popularity: 3.22
Bookmark Count: 16
A simple class written in Visual Basic .NET which enables disabled controls on double click.
How to check for user inactivity with and without platform invokes in C#
Last Updated: 22 Dec 2004
Page Views: 102,368
Rating: 4.85/5
Votes: 55
Popularity: 8.45
Bookmark Count: 141
Within the last month, two fellow programmers asked how to implement a timeout after a certain interval of inactivity. This article features four and a half ways of doing this.
Erasing data on free space on NTFS partitions
Last Updated: 19 Sep 2004
Page Views: 39,174
Rating: 4.13/5
Votes: 5
Popularity: 2.88
Bookmark Count: 12
A VBScript that overwrites free disk space to prevent file recovery on a NTFS partition, by creating a file with random data and (mostly) the size of the free space.