|
-
Jun 8th, 2000, 01:31 PM
#1
Thread Starter
New Member
Here is a stupid question.
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#
I am having one heck of a time trying to figure it out, I have been looking everywhere I know to and can't find anything. This is for a school project and it is the only thing left I can't get to work. Any help at all would be great! Thanks in advance.
-
Jun 8th, 2000, 01:56 PM
#2
Hyperactive Member
Hello work316,
MsgBox Check1.Value
'CheckBox control:
'0 is Unchecked (default) (= blank)
'1 is Checked (= V)
'2 is Grayed (dimmed). (= greyed V)
Its simple or maybe I don't understand your question.
Michelle.
-
Jun 8th, 2000, 02:05 PM
#3
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|