Hi
Its not valid from the persepective of the control conversion being a true type conversion. for example:
Label, Textbox & ComboBox controls share mostly the same properties but a ComboBox has additional properties relating to its DropDown. By using the code example i provided, I can successfully convert _C control to a ComboBox but the specific ComboBox properties are not available because the the original Dim is set as Control. I was hoping that there would be a way to specifically set the Control as a type so that it would become its intended control type like _C.Type = Combobox or something like that.
I am using the code that i provided but can only access properties that are shared between the control types and cannot access anything that is control specific
Thanks