I\'m trying to let the user choose if he wants to use themed style or not. Is it possible to dynamically \"load\" the XPManifest?
If user accepts the themed style then u
Yes you can do this. You need to use the activation context API which allows you to activate different manifests at runtime. I have used it to enable themes in an Excel add-in.