Results 1 to 2 of 2

Thread: DeskTopItem Modification

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    2

    DeskTopItem Modification

    Hello, can you show how to modify this code to AddDesktopItem?? and how to apply this COMPONENT to setting the desktop item..

    http://msdn.microsoft.com/library/de.../component.asp
    typedef struct _tagCOMPONENT {
    DWORD dwSize;
    DWORD dwID;
    int iComponentType;
    BOOL fChecked;
    BOOL fDirty;
    BOOL fNoScroll;
    COMPPOS cpPos;
    WCHAR wszFriendlyName[MAX_PATH];
    WCHAR wszSource[INTERNET_MAX_URL_LENGTH];
    WCHAR wszSubscribedURL[INTERNET_MAX_URL_LENGTH];
    DWORD dwCurItemState;
    COMPSTATEINFO csiOriginal;
    COMPSTATEINFO csiRestored;
    } COMPONENT, *LPCOMPONENT;

    Really Thanks.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: DeskTopItem Modification

    Moved from VB CodeBank.

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