CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2003
    Posts
    15

    Changing the Desktop theme programatically

    I want to change the desktop theme through program. Can I? Can you help me with some idea?

    Thanks in advance,
    Mahesh

  2. #2
    Join Date
    Apr 2003
    Posts
    1,755
    ::SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, "C:\\UNTITLED.BMP", SPIF_SENDCHANGE | SPIF_UPDATEINIFILE | SPIF_SENDWININICHANGE);

  3. #3
    Join Date
    Jan 2003
    Posts
    15

    Unhappy But i want to change the theme

    Thanx.

    I have already looked into it. I can change the Wallpaper by using this. But whats about the desktop theme? I think, even i can't change the screen saver using this. (can only enable/disable and know whether it is enabled or not) I want to change the theme not only the walpaper.

    Once again thanx for ur interest and reply.

    Mahesh

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