Show hidden form1



Hello there,

I have a form that is called from a Sub Main procedure using
application.run(Form1).

On my main form there is a button to open an instance of Form2 and
then at the same time hide Form1.

So far so good.

What I would like to then do is to have a close button on Form2 which
closes Form2 (not a problem) but then re-shows the hidden form1 (or at
least the instance of the hidden form1).

Can anyone show me how to achieve this?

Thank you very much.



Richard



.