private void DeleContextMenuItem(string itemName)
{
//创建项:shell
RegistryKey shellKey = Registry.ClassesRoot.OpenSubKey(@"*\shell", true);
if (shellKey == null)
{
shellKey = Registry.ClassesRoot.CreateSubKey(@"*\shell");
}
//创建项:右键显示的菜单名称
shellKey.DeleteSubKeyTree(itemName);
shellKey.Close();
}
乔克斯 发表于 2015-4-25 17:33
来顶。。啪啪啪
Thread t = new Thread(new ThreadStart(() =>
{
//死循环
while (true)
{
Thread.Sleep(1000);//执行时间
}
//需要执行的代码
}));
t.IsBackground = true;
t.Start();
iNIC 发表于 2015-5-6 13:17
下载下来研究下界面
Tom 发表于 2015-5-6 14:23
表客气一金币拿来
iNIC 发表于 2015-5-7 22:39
就两个全给你了
a4152011 发表于 2015-5-12 11:23
prprpr,学习一下
kewangduo 发表于 2015-5-14 10:07
这种效果渴望已久,终于找到可以参考的了
Tom 发表于 2015-5-14 13:20
客气啥呢,,金币啥的交出来,饶你不死
kewangduo 发表于 2015-5-14 14:06
金币就没有啦,不过看了你的代码真的了解了许多以前接触过的
whlanying 发表于 2015-10-22 17:44
Acceleration.exe这个源码在哪里?
15305415328 发表于 2018-1-19 18:55
好东西.谢谢分享
Q6898]VWV%`622D6AP[99C4.png (94.15 KB, 下载次数: 70)
效果图
欢迎光临 CSkin博客 (http://bbs.cskin.net/) | Powered by Discuz! X3.2 |