views:

371

answers:

1

Hi everybody, I am making making a program and I want to have a Aero Glass set of controls just like Windows Media Player, I found this: http://blogs.msdn.com/b/tims/archive/2006/04/18/578637.aspx but it just draws black. I also found a control that had the media player controls built in right ton the glass but it was no good it didn't want to render right and made different parts of my program not work. Any controls, or ways to extend the Aero glass so I can at least add my own buttons would be greatly appreciated. Thanks :)

BTW C# only. :)

A: 

I found what I was looking for here: http://www.thecodeking.co.uk/2007/02/windows-vista-aero-glass-in-net-managed.html

Tanner
I've just read the article, it only shows how to change the window glass border, have you found how to change the buttons?
Carlos Loth
I just used panels(could use picture boxes) and change the image inside to what I wanted. :)
Tanner
Hmm, why did you mark an answer that didn't answer the question?
Hans Passant
Because it was closest to the answer I needed....
Tanner