I have two forms
the first FrmRecipe.vb form has all my calulations and functions in it
the second FrmReports has a crystal report viewer with loads of reports.
I am trying to call the report as a thread so that the main from is still working however when the treads are complete
my application closes
I am calling Me.BeginInvoke(New MethodInvoker(AddressOf FrmReports.PrintMasterFormulationToprinter))
Can anyone point me in the right direction?