I'm using C++ without MFC nor ATL, to create a popup, opening from a DLL loaded in Internet Explorer as Browser Helper Object (all versions from IE7, from XP to Windows 7).
Until now, everything went find and my popup is working as I wish. But now I'd like to give it a better appearance.
So I mostly wish to get a better-looking button, which would look like standard buttons in the version of Windows which launches the DLL. I have the feeling the manifest is used for the aspect of the containing window only(but this is alright in my case)... Is it supposed to change the aspect of child elements too, like my button?