电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

c实现关机,注销,重启源代码

c实现关机,注销,重启源代码_第1页
1/9
c实现关机,注销,重启源代码_第2页
2/9
c实现关机,注销,重启源代码_第3页
3/9
Re:c#实现关机,注销,重启源代码 另一份代码 using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Management; using System.Runtime.InteropServices; //加入此名字间是为了引用Windows API 来实现关机 namespace RebootComputer { public class Form1 : System.Windows.Forms.Form { //---------------这部分都是控件-------- private System.Windows.Forms.Button Reboot; private System.Windows.Forms.Button ShutDown; private System.ComponentModel.Container components = null; private System.Windows.Forms.Button Exit; //--------------------------------------------------------- private ManagementObjectSearcher obj ; //-----------------程序初始化---------------- public Form1() { InitializeComponent(); } //-----------------------程序释放---------------------- protected override void Dispose( bool disposing ) { if( disposing ) { if (components != null) { components.Dispose(); } } base.Dispose( disposing ); } //-------------------------初始化---------------------- private void InitializeComponent() { this.Reboot = new System.Windows.Forms.Button(); this.ShutDown = new System.Windows.Forms.Button(); this.Exit = new System.Windows.Forms.Button(); this.SuspendLayout(); // // Reboot // this.Reboot.Location = new System.Drawing.Point(16, 16); this.Reboot.Name = "Reboot"; this.Reboot.TabIndex = 0; this.Reboot.Text = "重启"; this.Reboot.Click += new System.EventHandler(this.Reboot_Click); // // ShutDown // this.ShutDown.Location = new System.Drawing.Point(112, 16); this.ShutDown.Name = "ShutDown"; this.ShutDown.TabIndex = 1; this.ShutDown.Text = "关机"; this.ShutDown.Click += new System.EventHandler(this.ShutDown_Click); // // Exit // this.Exit.Location = new System.Drawing.Point(216, 16); this.Exit.Name = "Exit"; this.Exit.TabIndex = ...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

c实现关机,注销,重启源代码

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部