Results 1 to 3 of 3

Thread: Need scrolling checkbox frame.

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2000
    Location
    Colorado
    Posts
    39
    I need a scrolling checkbox frame (or RTF) much like what is used to determine the components/files you want to install during a setup. I've been researching the use and creation of ActiveX controls. I understand that the ControlContainer and ScrollBars properties will be very useful, and I understand how to define them using the property get and let. However, I do not know what to do beyond that.

    At run-time, the user will simply check and uncheck the boxes. He/She will not be adding checkboxes at run-time.

    Thank you for any input.

    LauRa

  2. #2
    Lively Member
    Join Date
    Jan 2000
    Location
    Springfield, IL
    Posts
    124
    Is there a reason you can't use the listbox control and turn on the multiple select property and the checkboxes?

  3. #3
    Hyperactive Member
    Join Date
    Sep 1999
    Posts
    305
    ditto. I used a listbox once and had a bunch of checkboxes inside it. It you want, I can post the code I used to check the state of each one at a certain point. It's not easy.

    bob

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