Windows Layout Manager 1.0

by admin September 8, 2009 at 5:06 pm

Window Layout Manager, or WiLMA for short is a small 500K application, written in C# and using The .NET framework 2.0 and higher, using a lot of imports from user32.dll and avoids any unsafe code.

The cool thing about WiLMA is that I can get the same thing done in different ways and the combinations of all the options and features allow me to construct just about any layout under any circumstance and with any combination of how I apply it.

The main application has a basic window that allows the management of various layouts. Adding new ones, editing existing ones, configuring the options, all the basic things you can expect from any normal application. When closed or minimized it sits in the tray and offers a tray icon with quick access to layouts that are enabled (it’s possible to exclude layouts from populating the tray menu since some layouts are not meant to be applied directly).

Download: Windows Layout Manager 1.0