V
vb6dev
Hi,
I have code such as:
Form01 f1 = new Form01(); where Form01 is a form in my project.
then I have Form02 f2 = new Form02();
etc. I have 50 forms. Can I use Form f = new Form(); and then assign
FormXX to f?
It must be simple, but I can't find how to assign one of my 50 forms to my
generic f form.
Thanks
vbdev
I have code such as:
Form01 f1 = new Form01(); where Form01 is a form in my project.
then I have Form02 f2 = new Form02();
etc. I have 50 forms. Can I use Form f = new Form(); and then assign
FormXX to f?
It must be simple, but I can't find how to assign one of my 50 forms to my
generic f form.
Thanks
vbdev