T
Tym
...of waiting for another form to close before continuning
frmDialog.Show()
While frmDialog.Visible = True
System.Windows.Forms.Application.DoEvents()
End While
frmDialog.Show()
While frmDialog.Visible = True
System.Windows.Forms.Application.DoEvents()
End While
