Is there a way to launch some code after the Form_Load method executes? I'm having some trouble in a MDI child. When I put the code I need to execute in the Form_Load, I get an OutOfMemoryException, but if I put this code under a button click in the child form, things work fine.

Thanks,
Mike