WinaGrams - a Windows anagram generator

WinaGrams


WinaGrams is a simple Windows anagram generator.  It is a Windows wrapper around the open-source console-based anagram program created and distributed by Martin Guy (a Grimy Nut).   That original anagram program is available from http://anagram.sourceforge.net/

WinaGrams is freeware, source code is available below.

Download WinaGrams installer here

Download WinaGrams source code here

Revision history
1.00: Original release
1.01: Add separate thread to handle search, so messages are still processed during search.  Optimize listview management to improve performance with large results lists such as "password manager".
1.02: Add field to modify minimum word length
1.03: Reverse results list, so largest words are first.  This seems more likely to provide most-interesting results.

WinaGrams is written in C, using standard Win32 library calls, to improve compatibility.  It is built using the open source MinGW (Minimal Gnu for Windows) tools, and requires a couple of the common utilities from Cygwin as well (Gnu make, rm, etc).