c++ - How do I make my application use the Windows theme? -


i'm working windows api create little application. created buttons, windows, alright.

but problem components created don't os theme. simple:

as can see on image

see button example.

how enable windows theme? can in c or delphi.

for application using windows controls, documented in this msdn article

edit: make long story short, windows needs know application if intended use new style controls. older apps aren't compatible new skinned looks of xp , later. each exe should therefore declare version compatible in manifest, embedded xml file in executable. manifest used other things declaring or aren't compatible (dll versions, 120 dpi) registration-free com.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -