Click to See Complete Forum and Search --> : HELP!!!!!! Registry HELP!!!!


August 10th, 1999, 05:24 AM
Can anyone help me please.

I am trying to read and reset values in the registry. These values are inserted into the registry by another program. What I have to do is to got to the path where these values are, and reset each one. These values are stored in "HKEY_LOCAL_MACHINE\\SOFTWARE\\LKP\\FTMS\\". IN the FTMS folder are a number of value keys like Ack, Nak, and so forth. These value keys are not always the same, but they reside in this folder. Each of these keys has a value called Refresh that need to be set to "Yes" by my program.

Does anyone have any code that can help me reset these values.

Thank you very much
Alice Hayden
London

Burlacu Ovidiu
August 10th, 1999, 05:34 AM
Did u use class CRegKey an SetKeyValue function of this class?

If yes let me see the code
Regards,
Ovidiu

August 10th, 1999, 05:49 AM
No I didnt.

I havent even written the code for this because I am not too sure how to do it.

What I want to do is to be able to search the registry for a particular path,eg "HKEY_LOCAL_MACHINE\\SOFTWARE\\ICL\\FTMS\\" In this path however are a number of folders, like ACK, NAK, etc. Each of these folders have a value called refresh which is set to "No" by default but needs to be set to "Yes" by my code. I can hardcode to set these values, but since my program will not know what they are at runtime, I need a way of searching for what is there and changing it.

Thank you very much for helping

Alice