I'm using the Microsoft Windows API Code Pack to display a form as "GlassForm". In that GlassForm I need to exclude my combobox from Aero, because the font of it is also getting transparent, but
this.ExcludeControlFromAeroGlass(comboBox);
doesn't work for me. Even if i Invalidate the form after.
Also the form isn't 'Aero' if I publish the app over the build in function of Visual Studio 2013