Introduction - If you have any usage issues, please Google them yourself
This a Windows Forms control that works with Win32 APIs and without WPF. The control allows you to layout a 32 bit image with an alpha channel in the Forms designer and arrange additional controls within user specified areas of the image. At runtime, the control will generate a per pixel alpha composited Form with the desktop. The Form s Region property defines areas of the Form to host other controls, and it s calculated on the fly from the image s alpha channel. This control also supports runtime changing of the image. Before we discuss some of the code specifics, let s run through how you use it.