ddeerr Posted August 23, 2006 Posted August 23, 2006 Hi,I read value and get type from regisrty to try to create reg files.Eveything is good except for DWORD values....For exemple regread with a dword return :reg directory :HKEY_CLASSES_ROOT\*\fadareg type : $REG_DWORDkey name :dwordfumblekey value :3282the difference when i export a key directly from the registry it return that :"dwordfumble"=dword:00000cd2i'm sure 3282 = 00000cd2 but how can i calculate to convert one side to another ?tx
GaryFrost Posted August 23, 2006 Posted August 23, 2006 Hex(3282) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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