4
votes

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. :)

1
This is for a WinForms application? Or are you working with WPF?1kevgriff
To the best of my knowledge, the controls that are used for the buttons in WMP are actually just PNG images overlaid on the extended window border.mattbasta
@ Henk & 1kevgrff Windows Form Application is what Im using. @marrbasta Hmm... OkTanner

1 Answers