I have done this two different ways now but get the same result.
I need to create a string key entry in the registry.
The problem is that the Key name and the Key value are both file paths.
When I create the key I get a list of subdirectories under the key. Probably because the Key Name is a path.
Can anyone suggest how I get around this?
Code:Registry.RegWrite "HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\PrinterJobControl", "C:\Program Files\Microsoft Visual Studio\VB98\VB6.EXE", "C:\Test.pdf*"




Reply With Quote