how to create a registry key without using system()/.bat/.reg in c/c++??
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
2010-04-22 19:07:50
Simpler than `RegCreateKey()`? Consider taking vacations asap.
jweyrich
2010-04-22 19:33:19