-
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
-
Is there a reason you can't use the listbox control and turn on the multiple select property and the checkboxes?
-
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