// JP opened flex table

Click to See Complete Forum and Search --> : Reading and writing to the Registry


chrishowarth
September 12th, 2007, 08:28 AM
Hi ~

I'm writing an app that displays and changes the programs that run at startup. How do I access the registry keys in 'Run' in the registry? I cannot find the WinAPI functions anywhere; only wrappers that don't compile.

Thanks;

Chris

golanshahar
September 12th, 2007, 08:39 AM
Look at this FAQ:


How can I read data from the registry? (http://www.codeguru.com/forum/showthread.php?t=247020)
How can I write data to the registry? (http://www.codeguru.com/forum/showthread.php?t=247022)
How can I access the registry? (http://www.codeguru.com/forum/showthread.php?t=247024)


Cheers

chrishowarth
September 12th, 2007, 01:36 PM
Thanks! :)

golanshahar
September 13th, 2007, 08:36 AM
You are welcome :wave:

Cheers

//JP added flex table