From dd19812cbfbc47345e3f252111254213d46fa695 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Tue, 26 Jun 2018 17:13:39 +0200 Subject: [PATCH] jj: exit thread for faster closing --- Global_Indexer/frmSplash.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global_Indexer/frmSplash.vb b/Global_Indexer/frmSplash.vb index d95c909..40816a1 100644 --- a/Global_Indexer/frmSplash.vb +++ b/Global_Indexer/frmSplash.vb @@ -83,7 +83,7 @@ Public NotInheritable Class frmSplash ' Bei Fehler MsgBox anzeigen und Programm beenden If e.Error IsNot Nothing Then MsgBox(e.Error.Message, MsgBoxStyle.Critical, "Error while Initializing application") - Application.Exit() + Application.ExitThread() End If ' Wenn kein Fehler, Splashscreen schließen