jj: exit thread for faster closing
This commit is contained in:
parent
531fba3cbc
commit
dd19812cbf
@ -83,7 +83,7 @@ Public NotInheritable Class frmSplash
|
|||||||
' Bei Fehler MsgBox anzeigen und Programm beenden
|
' Bei Fehler MsgBox anzeigen und Programm beenden
|
||||||
If e.Error IsNot Nothing Then
|
If e.Error IsNot Nothing Then
|
||||||
MsgBox(e.Error.Message, MsgBoxStyle.Critical, "Error while Initializing application")
|
MsgBox(e.Error.Message, MsgBoxStyle.Critical, "Error while Initializing application")
|
||||||
Application.Exit()
|
Application.ExitThread()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
' Wenn kein Fehler, Splashscreen schließen
|
' Wenn kein Fehler, Splashscreen schließen
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user