CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2005
    Posts
    59

    Applying WinXP Theme

    I currently edit the Registry to change the theme to the classic, but how do I apply those changes?

  2. #2
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Applying WinXP Theme

    First, a question...Why are you editing the registry to change the theme? Is your code reliant on a specific theme?
    Gort...Klaatu, Barada Nikto!

  3. #3
    Join Date
    Jun 2005
    Posts
    59

    Re: Applying WinXP Theme

    What happens is the user picks whether they want classic or luna (or some other custom theme if their computer supports it). It saves this to a USB Drive. When they get to the next computer, if it's XP it loads all their colours, backgrounds, themes, etc.

  4. #4
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Applying WinXP Theme

    I think you need to use desk.cpl and control.exe .
    Gort...Klaatu, Barada Nikto!

  5. #5
    Join Date
    Jun 2005
    Posts
    59

    Re: Applying WinXP Theme

    That just looks like displaying the promt for the users to input. I'd like to know the commands that the display applet uses to apply the new theme, I assume the write to the registry, and then make some obscure system call that I don't know. Of course, I could be wrong too.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured