-
[2004-10-01] 我整合的读、写注册表的一段程序。可作参考。(C#编写,VB.net稍做修改就可用)
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; namespace CProgramManage { /// <summary>  ... -
[2004-10-01] vb.net下对注册表的各种操作!(谢neu2000指路:))
vs.net提供了microsoft.win32类,下面有三个子类,全是针对注册表的,Microsoft.Win32.RegistryKey、Microsoft.Win32.Registry、Microsoft.Win32.RegistryHive Microsoft.Win32.Registry提供了访问各个注册表中根...

