views:

183

answers:

1

how to create a registry key without using system()/.bat/.reg in c/c++??

+7  A: 

Use RegCreateKey().

jweyrich
actually, i want to add a right click option in windowsXP for my vc++ app(win32)...suggest if i use a external .bat file (.reg) and call it.ORANY SIMPLER WAY TO ACHIVE THIS????
mujahid ali
Simpler than `RegCreateKey()`? Consider taking vacations asap.
jweyrich