jj: exit thread for faster closing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user