Button question (WinAPI)

closed account (jwkNwA7f)
How do I make a button look like a normal Win7 button instead of the button that looks like WinXP buttons. Also, How do I change the background of the button (before I have made rect).


Thank you!
From my SGHLib:

#pragma comment(linker, "\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")

This will ask for Common Controls to be on the version 6.0.0.0 - Upgrading windows and scrollbars look.
About backgrounds... Idk, I'd re-make the wheel.
How do I change the background of the button

Did you just want to change the color? Or use an image?

Andy
closed account (jwkNwA7f)
Thanks, that worked.
Topic archived. No new replies allowed.