I'm completely new to WPF, and am currently learning how to use styles and templates. Today, I saw many projects that can tweak the title bar of the window. Most of them probably tweaked the window chrome to achieve that effect. However, I'm trying to create a title bar with Mac-like Close, Minimize and Maximize buttons. I want them rounded with 3-D Colored effects. I have scoured the internet for that style, but in vain. Could anyone tell me how to achieve that effect using WPF with VB.Net?
P.S. I am using VS2010, and don't have MS Blend.