M
Merlin
Hi
I have a control that allows embeddable editors, so for example I can set a
property of controlsEmbeddableEditor =me.TextBox1 on my form, no problem
here - what I want to do is the same thing but from a string variable.
i.e. I have 14 controls that have a name which is a permutation of 4
characters, my program selects which control to use by a 4 character name
which matches a control name (it's a zillion times more complex than this
but for examples sake). my trouble is I know the name of the control to use,
and the control is contained on the form, but how do I reference it, as the
name is contained within a string i.e
controlsEmbeddableEditor="mycontrolname" can I ctype, Directcast e.t.c if so
how???
Many thanks.
Regards,
I have a control that allows embeddable editors, so for example I can set a
property of controlsEmbeddableEditor =me.TextBox1 on my form, no problem
here - what I want to do is the same thing but from a string variable.
i.e. I have 14 controls that have a name which is a permutation of 4
characters, my program selects which control to use by a 4 character name
which matches a control name (it's a zillion times more complex than this
but for examples sake). my trouble is I know the name of the control to use,
and the control is contained on the form, but how do I reference it, as the
name is contained within a string i.e
controlsEmbeddableEditor="mycontrolname" can I ctype, Directcast e.t.c if so
how???
Many thanks.
Regards,