I've created a User Control with an MS Flex Grid on it. The ControlContainer Property is set to True. When I attempt to add a control using the following code:
MSFlexGrid1.Parent.Controls.Add "
VB.combobox", "ComboBox1", MSFlexGrid1.Container
I get this error: 438 - Object doesn't support this property of method.
Using the exact same scenario, except on a Form instead of a grid, this code works perfectly.
What's the problem?