




























Public Shared Function readregedit() As Boolean
Dim State As RegistryKey
State = Registry.LocalMachine.OpenSubKey("SOFTWARE\JxcDFT Studio\Register")
Try
Dim StateValue As String
'注意:注册表值取分大小写
StateValue = State.GetValue("State")
If StateValue = "Yes" Then
' MessageBox.Show(StateValue)
Return True
' Else
'''''''''wml
' Return True
End If
Catch
End Try
End Function
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。