参考了这篇文章:
http://blog.csdn.net/sonyicn/archive/2006/05/20/746280.aspx
现实代码如下:
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using Microsoft.Win32;
using System.IO;

namespace RockLib
测试代码:
![]()
sender, EventArgs e)
{
string filePath = AppDomain.CurrentDomain.BaseDirectory+ "\\untitled.bmp";
if (!Utils.ChangeWallPaper(filePath, WallPaperStyle.Tile))
{
MessageBox.Show("Change failed.");
}
}
相关文章:
-
2021-06-24
-
2022-01-24
-
2022-01-12
-
2022-03-06
-
2021-11-23
-
2022-12-23
-
2021-11-30
-
2022-12-23