2010年9月20日 星期一

regedit My.Computer.Registry

微軟官網

Dim readValue As Object
readValue = My.Computer.Registry.GetValue _
("HKEY_CURRENT_USER\Software\MyApp", "Name", Nothing)
MsgBox("The value is " & CStr(readValue))

沒有留言:

張貼留言