Modern Controls In Native Win32 Applications
So I have been coding windows for like a year now and i am sick of the ugly win95 button styles and control styles and i have always wanted the .net styled buttons, but i was always told it was impossible. This is total bologna (balonee for those who can't read

). All you have to do is paste this line right after your includes:
Code:
#pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
Make it one line not two so you don't get errors.
Don't ask me what this code means because apparently it's just compiler settings, but it does the job. Hope you guys can make sexy apps now. Enjoy.
Probably will only work on vista and up