This commit is contained in:
2022-06-15 08:31:01 +02:00
parent dce92babd6
commit 164f91f1a2
9 changed files with 843 additions and 736 deletions

View File

@@ -181,6 +181,7 @@ Public Class frmFlowForm
' Runtime Variables
Private ESCHitCount As Integer = 0
Private IndexForm As frmGlobix_Index
Private ResultForm As frmGlobix_Result
Private AdminForm As frmAdmin_Start
Private InitialOverlayHandle As IOverlaySplashScreenHandle
@@ -714,6 +715,8 @@ Public Class frmFlowForm
oMessage = "File successfully imported!"
End If
NotifyIcon.ShowBalloonTip(15000, "FileFlow", oMessage, ToolTipIcon.Info)
ResultForm = New frmGlobix_Result()
ResultForm.ShowDialog()
End If
Cursor = Cursors.Default
Catch ex As Exception