Thread: Active Desktop

  1. #1
    Handy Andy andyhunter's Avatar
    Join Date
    Dec 2004
    Posts
    540

    Active Desktop

    I was wondering if anyone knew how you go about programming for the active desktop. You know how some people have created counters and what not that run as your wallpaper?

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    I found all this by searching MSDN (didn't even have to consult the oracle: Google)

    Read up on all your options before you start coding:
    MSDN Magazine: May 2001 (2nd question)
    IActiveDesktop Interface

    You will notice in that Q+A that the author claims that there is no cooresponding API to SHGetSettings().......well, that was probably true in May of 2001
    If your running Windows 2000 or higher, you can try using SHGetSetSettings() if you don't want to whip out your COM stick.

    gg

  3. #3
    Handy Andy andyhunter's Avatar
    Join Date
    Dec 2004
    Posts
    540
    Thankyou for the information, I found it very informative. Evidently I was looking in the wrong area on MSDN. I was knee deep in the shell stuff and didn't even get over to the active desktop. Thanx again.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Close most active form on desktop
    By franse in forum C++ Programming
    Replies: 2
    Last Post: 11-19-2008, 07:19 PM
  2. Getting Icons from the Desktop
    By Mastadex in forum Windows Programming
    Replies: 6
    Last Post: 08-29-2007, 04:33 PM
  3. Showing Desktop SW_DEFAULT
    By Yuri in forum Windows Programming
    Replies: 6
    Last Post: 11-20-2005, 01:28 PM
  4. active desktop
    By ober in forum Tech Board
    Replies: 10
    Last Post: 11-07-2003, 10:45 AM
  5. PHP / Active Desktop
    By Quantrizi in forum Tech Board
    Replies: 5
    Last Post: 08-08-2003, 05:15 PM