I am glad you finally released the samples for the chromeless windows and draggable glass. I plan to implement this in my program right away instead of using the 'manual way'.
I was able to run this sample in Orcas but when I did it in VS 2005 SP1 I ran into a lot of issues. I successfully got the references loaded and declared as
<Window
-----
xmlns:blendables="http://schemas.identitymine.com/blendables"
blendables:ChromelessWindow.EnableAeroGlassEffect="True"
blendables:ChromelessWindow.EnableWindowDrag="True" >
The bold text is coming up as a Warning: "The 'http://schemas.identitymine.com/blendables:ChromelessWindow.EnableGlassEffect' attribute is not declared."
Then when I go to debug, I get an unhandled argumentexception of Hwnd of zero is not valid. Can anybody explain that???