|
-
Mar 28th, 2000, 03:59 AM
#1
Thread Starter
Member
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
-
Mar 28th, 2000, 04:12 AM
#2
Lively Member
Is there a reason you can't use the listbox control and turn on the multiple select property and the checkboxes?
-
Mar 28th, 2000, 05:52 AM
#3
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|