Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • @grv_9098: I don't know. Commented Sep 27, 2013 at 6:57
  • what if I have only the name of the theme and not the URI? Commented Dec 2, 2014 at 11:09
  • 1
    @PieroAlberto: The URI can directly be constructed from name and location of the theme. See MSDN. Commented Dec 2, 2014 at 14:24
  • @H.B. I've done it in this way: ThemeManager.ApplicationThemeName = this.p_PRF_TEMA; but it is very slow... is there something reasons to slow down this action?? it takes something like 15 20 seconds to change the theme! Commented Dec 2, 2014 at 15:20
  • @PieroAlberto: Well, it has to recreate the entire UI, depending on its complexity that may take quite a while. Commented Dec 2, 2014 at 15:38