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:
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
Post a Comment