08-18-2014 03:36 AM
Hi,
I have written a CVI app., which should excute my registry automatically. That means instead the double clic into the registry, i need to excecuted by using a simple function or command which allows this action automatically.
Someone have any idea?
Thanks.
08-18-2014 10:55 AM - edited 08-18-2014 10:56 AM
Can you specify clearly what you are trying to achieve?
Do you just want to open the registry editor (like typing "regedit" into the Start > Run command) or do you want to add/change values to/in the registry?
08-18-2014 03:48 PM
Hi tayssir1,
Have you tried using the Windows Registry functions in the Programmer's Toolbox?
Thanks,
08-19-2014 02:08 AM
Hi,
i only used this command "RegQueryInfoOnKey" to gathers information about the specified kry value in the windows register! so i need another command to execute the registry like "system" or "launch executable"!
Thx
09-05-2014 01:01 PM
Hello, tayssir1—
I'm not sure what information your registry key contains, but if it is something like a filepath to an executable, you could try using the functions in the Utility Library. One such function is LaunchExecutableEx
which takes a filename and launches the executable it identifies.
Thanks,