I have a List Box(List1) and in the properties area the Style is set to 1- Checkbox.

The problem is that I have to check certain items in the check box based on a seperate file that looks something like this:

#TRUE#
#FALSE#
#FALSE#
#FALSE#
#FALSE#
#TRUE#
#FALSE#

The thing is that I have to do this in a list box with about 52 items in it. When the program is started I have to read from a .txt file that when veiwed looks like my original post. I have to read through the file and put a check in the list box next to every one that is True.