Getting Registry Value

KillerTomato

Member
Joined
Mar 20, 2007
Messages
6
Programming Experience
1-3
Hey yall. I have a question. I'm able to make values in he registry like key.setvalue(txt1.text) but now I need to get those values. Last tiem I used getvalue I had to have the exact text for it to work. I dont knwo how to get all of the vlaues in a key. If you don't underatsn let me know, I have a hangover, so I might not be all the way staright talking.
 
RegistryKey.GetValueNames() if that was what you meant.
 
Back
Top