Hi,
we use several ActiveX components in our application that we have to register during installation.
To simplify this process, we are currently looking into Side by Side manifests to access the ActiveX components without the need for registration.
So far this works quite well. We have created an external manifest for our exe and with that it can find all the components.
However, as soon as we set the external manifest option during compilation, some parts of our app, like datawindows or picture-buttons, no longer use the windows classic style (which we have enabled during compilation via the checkbox).
Is there anything we can do to use the windows classic stile while also using an external manifest? Is there perhaps some option in the manifest that we could set to get the classic style?
Thanks in advance!
Tim