Click here to Skip to main content
15,889,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey there,
I've been using this fabulous function from Microsoft user32
C#
[DllImport("user32.dll")]
private static extern void SystemParametersInfo(int uAction, int wParam, string Address, int exParam);

Everything is working fine when I use this function for changing user desktop wallpaper but I want to use the fade effect which is being done in Windows 7.

Please help me if there is any code of API function available.

Thanks in advance.
:)
Posted
Updated 17-Feb-10 2:41am
v2

1 solution

Something here[^]. Not sure if this is useful to you though.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900