文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>将本程序添加到自启动项

将本程序添加到自启动项

时间:2010-09-28  来源:ㄟ荖樹炪厊ㄖ

try
{
RegistryKey hklm = Registry.LocalMachine;
RegistryKey run = hklm.CreateSubKey(@"Software\Microsoft\Windows\CurrentVersion\Run");
if (checkBox1.Checked == true)
{
  run.SetValue("thisApplication.exe", System.Windows.Forms.Application.ExecutablePath);
hklm.Close();
}
MessageBox.Show("设置开机成功!", "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1);
}
catch
{ }

 

以上代码是从别人的项目里面扣出来,不过大家可以自己重载下,写成一个通用的方法。

相关阅读 更多 +
排行榜 更多 +
锤击

锤击

休闲益智 下载
穿越时空的猫里奥

穿越时空的猫里奥

动作格斗 下载
麻匪动态壁纸

麻匪动态壁纸

主题美化 下载