I need to have a form load, but not display until it is ready (some maths heavy calculations need to be done before the form can display). As I understand it, the only way to trigger the load event in a form is by Form.Show(). Is there another way to do it without the form becoming visible? I have played around with Form.Activate(), but haven't had any luck yet.

Thanks,
Vulpes