I've recently started learning Win32 programming and have practiced window styles. I looked at my windows... they looked very bleak and ordinary (I'm using Windows 7) so I want to add some uniqueness to them. After looking at other applications such as Google Chrome, it got me thinking... all these sleek looking windows, whats so different about mine?
So my question is, in Win32 how do I get border-less windows as well as customize the title bar (for example completely remove it)? I figured out that iTunes uses its own rules, but how is this possible?? When you call CreateWindow with your windowclass you include things like WM_Thinkborder (not real just an example) how does iTunes do it, and more importantly, how can I?
Some examples: window 1 is Google Chrome, which has no title bar and no solid border! Window 2 is iTunes on OSX Yosemite, the concept is the same on windows, no border or title bar!