|
-
Feb 27th, 2003, 05:08 AM
#1
Thread Starter
Lively Member
Reset desktop background color
To reset the desktop background color, set the value in registry:
In XP it is HKEY_USERS\.DEFAULT\Control Panel\Colors
But in windows9x, I can't find the item "Color" under HKEY_CURRENT_USER\Control Panel\,
How should I do?
Thanks!
USE RegSetValue();
-
Feb 27th, 2003, 07:08 AM
#2
Don't set it in the registry. Use SystemParameterInfo().
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 27th, 2003, 07:58 AM
#3
Thread Starter
Lively Member
Could you give me some example?
It seems that the function you mentioned can only change desktop wall paper WITH SPI_SETDESKTOPWALLPAPER
-
Feb 27th, 2003, 08:11 AM
#4
Oh, you want to change the default color? That blue?
That's something different. Hmm...
Try asking in the windows forum here
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Mar 2nd, 2003, 11:06 PM
#5
Thread Starter
Lively Member
Thanks, I have figure out it.
I can add the key manually in the registry-->Edit menu or use RegCreateKeyEx() in program.
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
|