Search code examples
c#winapiaero-glass

How to use Windows API Code Pack?


I would like to make my application transparent with the aero glass, i looked around on internet, and i cant seem to find any info on how to use the AeroGlass Demo code. So i compiled the DLL files

Microsoft.WindowsAPICodePack.dll

and

Microsoft.WindowsAPICodePack.Shell.dll

and referenced them in my project, yet still cant seem to use the code that is in

Samples/AeroGlass/CS/WindowsFormsGlassDemo/Form1.cs

Code from Form1.cs: http://pastebin.com/t0kymfLb

Does anyone have any idea on how to use the code?


Solution

  • Got aeroglass to work without windowsapicodepack.