I have a chunk of code running...

Now I have added a bit which makes Form2 display, and the user has to select some information from there which will be sent back to Form1.

Now my problem is this...

When Form2 displays, the code after loading Form2 within Form1 still runs... Is there a way to pause it, and only let it resume once the information from Form2 has been passed back?

If you need any further details on what I'm talking about, please just say.

Cheers.