摘要: [DllImport("user32.dll", EntryPoint = "SystemParametersInfo")] public static extern int SystemParametersInfo( int uAction, int uParam, string lpvParam, int fuWinIni ); private void button1_Click(object sender, EventArgs e) { ... 阅读全文
posted @ 2013-04-01 16:58 混蛋程序员 阅读(5900) 评论(0) 推荐(0)