LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading windows registry

How do I read com port register value in CVI 5.5? Could someone please post some example?
0 Kudos
Message 1 of 2
(2,840 Views)

I don't remember if the ability to read/write to the registry was already integrated in the programmer's toolbox in CVI 5.5, but it can be verified loading this instrument ( <cvidir>\toolbox\toolbox.fp ) and looking for a Registry... section in the function list.

If it's not, you can read the registry by using SDK functions RegOpenKeyEx and RegQueryValueEx: understanding SDK documentation is not a trivial task but not impossible, especially if your needs are limited to read a few elements only from the registry.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,822 Views)