05 2022 档案

winform子线程修改界面控件的值
摘要:示例代码 //代理:是应用程序向OS申请执行的一个函数;这里只给出了函数的"形" delegate void delSetText(TextBox txt, string str); private void setText(TextBox txt, string str) { if (txt.In 阅读全文

posted @ 2022-05-26 16:16 荆棘人 阅读(150) 评论(0) 推荐(0) 编辑

Process 类
摘要:使用Process 类启动进程,停止进程。 提供对本地和远程进程的访问权限并使你能够启动和停止本地系统进程。 using System; using System.Diagnostics; using System.ComponentModel; namespace MyProcessSample 阅读全文

posted @ 2022-05-24 15:46 荆棘人 阅读(47) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示