c++ - My buttons,progress bar etc., are looking very old -


this question has answer here:

sir, have created win32 api program using visual studio 2015. program contains several push buttons, check boxes , menu , progress bar , etc., using windows 10 , using visual studio 2015 latest updates installed. problem push buttons , check boxes, etc., looks old windows 98.

it looks push buttons:

in latest compiler should in order make windows 10 one. thank you

the appearance of 32-bit winapi application dependent version of common controls library binds with. quite difficult thing understand , interacts backward compatibility old versions of windows.

basically there ways specify in (newish) manifest files associated windows 'version' of these controls should use.


Comments

Popular posts from this blog

Redirect to a HTTPS version using .htaccess -

Unlimited choices in BASH case statement -

javascript - jQuery: Add class depending on URL in the best way -