摘要:大家试试这个!!using Microsoft.Win32;using System.Reflection;AssemblyName an=new AssemblyName(); RegistryKey RegKey; RegKey=Registry.ClassesRoot; RegKey=RegKey.CreateSubKey("*\\shell\\MyApp"); RegKey...
阅读全文
随笔分类 - WinForm
摘要:大家试试这个!!using Microsoft.Win32;using System.Reflection;AssemblyName an=new AssemblyName(); RegistryKey RegKey; RegKey=Registry.ClassesRoot; RegKey=RegKey.CreateSubKey("*\\shell\\MyApp"); RegKey...
阅读全文
|