jamtoday
March 14th, 2003, 05:58 PM
Hi I'm building a user control that has dynamic child windows, depending on the selection of a property the control will contain a combobox, listbox or radio buttons.
When the control is first displayed with its intial set of child controls, these child controls are not accessible i.e. you can't click on them etc.
However, when I change a property that initiates the creation of child controls, the new controls I create are accessible i.e. for a listbox you can select an item.
Can anybody point to some information on either how to make the child controls always useable or how to create child controls that are not useable.
When the control is first displayed with its intial set of child controls, these child controls are not accessible i.e. you can't click on them etc.
However, when I change a property that initiates the creation of child controls, the new controls I create are accessible i.e. for a listbox you can select an item.
Can anybody point to some information on either how to make the child controls always useable or how to create child controls that are not useable.