I decided to have a play around with the Windows API Code Pack and so far it has had some very interesting things. Something which I like in particular is AeroGlass.

I have created a project to mess around with it to see how it works etc. and I am having some difficulties with the tranparency. If I put a textbox on the form for example, it displays fine. The text however is barely readable unless the form is over a dark background.

The solution seemed obvious. Change the transparency key. However, there wasn't one set. Adding one stops the glass effect from working.

Has anyone encountered this before?