Try
Dim V As String
V = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\VistaDemo", "TestKey", String.Empty)
MessageBox.Show(V)
Catch ex As Exception
MessageBox.Show("Failed!!!")
End Try
发贴者:cl 时间 1:25 下午
发表评论
订阅 博文评论 [Atom]
知足常乐,是一种美德:)
订阅博文 [Atom]
0 条评论:
发表评论
订阅 博文评论 [Atom]
<< 主页