H
Haris Bogdanovic
how do I refer to other form from main form so I can call its Show method ?
Thanks
Haris
Thanks
Haris
Haris Bogdanovic said:how do I refer to other form from main form so I can call its Show method ?
Haris Bogdanovic said:But the form I want to show is already created in designer.
I don't
want a new form.
The question was really how do I refer to some existing object from
one module (form) to another (in C its done by including header file
of the object I want to refer to)?