LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i delete a key from my .ini?

I write/read .ini file through WinAPI
WritePrivateProfileString/ReadPrivateProfileString,now i want to
delete a key from .ini,how can i do?
thanks for any help?
0 Kudos
Message 1 of 2
(3,322 Views)
Hello

To manipulate ini files, you can use the functions provided in the ini toolbox for CVI. Check out the example under ..\CVI\samples\toolbox\ini.prj. It shows you how do to the various operations and it alot easier to use than the WIN API

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(3,322 Views)