Onylove Posted November 7, 2009 Posted November 7, 2009 (edited) I'm having this problem. For example, check that you read the key value hasn't created in Registry: RegRead("HKEY_CURRENT_USER\Software\Le Quoc Nam","me") If key "Le Quoc Nam" and "me" haven't been created ̣̣̣̣̣̣̣̣̣̣̣̣(or they has been created and the value "me" is 1, then tick to checkbox, and elseif untick. Could someone help me how to do, thank you. Edited November 7, 2009 by Onylove Forever (freeze_love)Blog at: http://freeze_love.summerhost.info/
Danny35d Posted November 7, 2009 Posted November 7, 2009 $Me = RegRead("HKEY_CURRENT_USER\Software\Le Quoc Nam","me") If $Me = "" Or $Me = 1 Then ;checkbox Else ;untick EndIf AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
Onylove Posted November 8, 2009 Author Posted November 8, 2009 What a simple code! Thank you. Forever (freeze_love)Blog at: http://freeze_love.summerhost.info/
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