using system;
using system.collections.generic;
using system.text;
using microsoft.win32;//操作登錄檔的命名空間
namespace
winxpreg}//
讀取路徑為keypath,鍵名為keyname的登錄檔鍵值,預設返回def
public
string
getregval(
string
keypath,
string
keyname,
string
def)
catch
}///
///設定路徑為keypath,鍵名為keyname的登錄檔鍵值為keyval
//////
//////
public
bool
setregval(
string
keypath,
string
keyname,
string
keyval)
catch}//
建立路徑為keypath的鍵
public
registrykey createregkey(
string
keypath)
catch}//
刪除路徑為keypath的子項
public
bool
delregsubkey(
string
keypath)
catch}//
刪除路徑為keypath的子項及其附屬子項
public
bool
delregsubkeytree(
string
keypath)
catch}//
刪除路徑為keypath下鍵名為keyname的鍵值
public
bool
delregkeyval(
string
keypath,
string
keyname)
catch}}
}
登錄檔操作
近來由於需要在自己寫的程式中對登錄檔進行操作。總結些經驗,並做個乙個demo供日後使用,現在把它拿出來和大家分享 小弟初學vc,有誤之處還請賜教。為了使用方便,我把一些操作寫成了函式,以便方便呼叫,具體 如下所示 一 定義 hkey hkey char content 256 所查詢登錄檔鍵值的內容...
登錄檔操作
2005年10月29日 19 29 00 一 寫入 1.建立檔案 建立乙個註冊 式檔案 reg,內容如下 windows registry editor version 5.00 hkey local machine software test server 192.168.66.22 databa...
登錄檔操作
import win32con key win32api.regopenkey win32con.hkey current user,software 0,win32con.key read print key import win32api import win32com key win32api...