2019年1月23日

摘要: 实现效果: 知识运用: Process类的GetProcesses方法 //为本地计算机上的每一个进程资源创建一个新的Process组建对象 public static Process[] GetProcess() MainWindowTitle属性 //用来获取进程的主窗口标题 public st 阅读全文

posted @ 2019-01-23 23:53 努力成长静待花开 阅读(267) 评论(0) 推荐(0)

摘要: 实现效果: 知识运用: API函数FindWindowEx //在窗口列表中寻找与指定条件相符的第一个子窗口 实现代码: 阅读全文

posted @ 2019-01-23 21:39 努力成长静待花开 阅读(685) 评论(0) 推荐(0)

摘要: 实现效果: 知识运用: API函数FindWindow和ShowWindow 实现代码: 阅读全文

posted @ 2019-01-23 20:25 努力成长静待花开 阅读(434) 评论(0) 推荐(0)

摘要: 实现效果: 知识运用: API函数SetComputerName 实现代码: 阅读全文

posted @ 2019-01-23 16:39 努力成长静待花开 阅读(324) 评论(0) 推荐(0)

摘要: 实现效果: 知识运用: API函数SetSystemTime 实现代码: 阅读全文

posted @ 2019-01-23 16:07 努力成长静待花开 阅读(208) 评论(0) 推荐(0)

摘要: 实现效果: 知识运用: API函数SystemParametersInfo 实现代码: 阅读全文

posted @ 2019-01-23 14:54 努力成长静待花开 阅读(1389) 评论(0) 推荐(0)

摘要: 实现效果: 知识运用: RegistryKey类的OpenSubKey方法 //用来检索指定的子项 public RegistryKey OpenSubKey (string name,bool writable) //writable:如果需要项的写访问权限 设为true 实现代码: 阅读全文

posted @ 2019-01-23 10:14 努力成长静待花开 阅读(755) 评论(0) 推荐(0)

摘要: 实现效果: 知识运用: Reistry类的SetValue 实现代码: 阅读全文

posted @ 2019-01-23 09:38 努力成长静待花开 阅读(141) 评论(0) 推荐(0)