M
Mark
OK. So I have 3 forms 'A', 'B' and 'C'. 'C' needs to be able to communicate
with 'A' or 'B' but never both at the same time (If 'A' is visible, 'B'
doesn't exist and vice versa). Is there something I can put in the New() of
'C' that would make reference to both forms? I tried Overloading New() but
that didn't work. Or if using the New() for this scenario is not proper,
what other way should I be looking at?
Any help is greatly appreciated.
with 'A' or 'B' but never both at the same time (If 'A' is visible, 'B'
doesn't exist and vice versa). Is there something I can put in the New() of
'C' that would make reference to both forms? I tried Overloading New() but
that didn't work. Or if using the New() for this scenario is not proper,
what other way should I be looking at?
Any help is greatly appreciated.