I am trying to create a custom control (fraChoice) in VB5. It consists of a frame and 3 option buttons. It want to use fraChoice on a form as a "Yes/No/Not Applicable" selector. However, when I test the control in project mode on a form (Form1), it won't let me choose (click on) any of the buttons. However, when I look at the property settings, the user control says the enabled is set to true. Why is this happening and is there any way around this?
Thanks!
Thanks!