本文介绍了User32.dll SystemParametersInfo方法问题.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,
我一直在使用Microsoft user32的这个很棒的功能

Hey there,
I''ve been using this fabulous function from Microsoft user32

[DllImport("user32.dll")]
private static extern void SystemParametersInfo(int uAction, int wParam, string Address, int exParam);


当我使用此功能更改用户桌面墙纸时,一切工作都很好,但我想使用Windows 7中完成的淡入效果.

如果有可用的API函数代码,请帮助我.

提前谢谢.
:)


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.
:)

推荐答案


这篇关于User32.dll SystemParametersInfo方法问题.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 19:30