New look of buttons

Hey there, I'm new to Windows C/C++ programming, and I am making a program of mine. So I need your professional help. I know how to make these buttons http://www.zaslike.com/files/xr06rjaigdstafgpfpu.jpg

But I don't know how to make buttons like these http://www.zaslike.com/files/sq70q2bpylie3zhq3v.png

or like these http://www.zaslike.com/files/bsiqefw47acr1dt44dss.png


I appreciate all the help. Thanks in advance !
That has been asked and discussed before so I'll just link you the those threads. Basically it has something to do with windows manifest file.

http://www.codeproject.com/Articles/1357/Add-Windows-XP-Theme-Style-to-your-current-project

http://www.cplusplus.com/forum/windows/59537/

http://www.cplusplus.com/forum/windows/70461/

http://www.cplusplus.com/forum/windows/31552/

Good luck!!
Thanks a lot for such quick response. I'll look into that. Thanks

This will work for visual studio:
1
2
#pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
Last edited on
Topic archived. No new replies allowed.