Lui*_*uis 4 c#
如何使用C#在Windows中获取当前桌面墙纸的名称?
tan*_*ius 5
像这样的东西?
var wpReg = Registry.CurrentUser.OpenSubKey( "Control Panel\\Desktop", false ); var wallpaperPath = wpReg.GetValue( "WallPaper" ).ToString(); wpReg.Close();
从路径中您可以提取文件名...
归档时间:
15 年,10 月 前
查看次数:
1207 次
最近记录:
11 年,8 月 前