R
Ronald S. Cook
I want to something as simple as:
UserControl uctTemp;
But the type will be passed in to the function (which will be an existing
user control like "uctMyUserControl1")
So, how can I pass in the string "uctMyUserControl1" and then somehow dim an
instance of it?
uctMyUserControl1 uctTemp;
Thanks,
Ron
UserControl uctTemp;
But the type will be passed in to the function (which will be an existing
user control like "uctMyUserControl1")
So, how can I pass in the string "uctMyUserControl1" and then somehow dim an
instance of it?
uctMyUserControl1 uctTemp;
Thanks,
Ron