Results 1 to 3 of 3

Thread: List Box

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    5

    Unhappy

    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.

  2. #2
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455
    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    5
    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
  •  



Click Here to Expand Forum to Full Width