Gillboss Posted April 25, 2008 Posted April 25, 2008 how can i save the details in some regedit? for example: HKEY_CURRENT_USER\Software\Webzen\Mu\Config there is file name: ID how can i save the detail in this reg? thanks
Gillboss Posted April 25, 2008 Author Posted April 25, 2008 ok but somtime there is no detail.. will not be error?
Swift Posted April 25, 2008 Posted April 25, 2008 $Reg=RegRead("name", "key") If @Error or $Reg = "" Then Msgbox(0, "", "Empty, or @error")
Gillboss Posted April 25, 2008 Author Posted April 25, 2008 ok i sloved =] $useridmu = RegRead("HKEY_CURRENT_USER\Software\Webzen\Mu\Config","ID") If $useridmu = "" Then $useridmu = "No Name" EndIf
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now