Reply to thread

Hi new to the forum and programming with vb2008, hope u can help. :D


I have a text document that  stores around 200 commands ,each on its own line with a value of either 0 or 1 after them. This determins if that command is ON or OFF.


I need to be able to manipulate the on/off values for 5 specific commands using a check box to say "turn this one on" if box is marked. or vice-versa.


ie in the text file


test_example1  0

test_example4  1

test_example3  1

test_example2  0

test_example9  0



The 5 commands are not always on the same line in the text file, and this is the only way I could find to make this work. So is there a way i can get this to look for the text inside the file and change its state with a check box?


Thanks in advance if anyone can help.


Back
Top