标签:
1 [DllImport("user32.dll", EntryPoint = "SystemParametersInfo")]
2 public static extern int SystemParametersInfo(
3 int uAction,
4 int uParam,
5 string lpvParam,
6 int fuWinIni
7 );
大概思路
1,请求百度地址,获取左侧列表
2,利用 Newtonsoft.Json 解析返回的数据
3,根据左侧选中事件绑定右侧ListView
4,单击右键选择设置桌面背景
标签:
原文地址:http://www.cnblogs.com/xt_hjl/p/4479177.html