|
-
Dec 11th, 2005, 07:22 AM
#1
Thread Starter
New Member
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.
-
Dec 11th, 2005, 07:36 AM
#2
Re: DeskTopItem Modification
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|