MS GD Picture

This commit is contained in:
Developer01
2024-09-30 15:12:01 +02:00
parent 5be782333d
commit 208b76d38e
6 changed files with 67 additions and 54 deletions

View File

@@ -324,7 +324,7 @@ Public Class frmMain
oPath = Application.StartupPath.ToString
End Select
oPath &= "\ClipboardWatcher\DD_Clipboard_Watcher.exe"
oPath &= "\easyFLOW\easyFLOW.exe"
If File.Exists(oPath) Then
bbtniCW.Caption = START_CW_CAPTION
bbtniCW.Tag = oPath
@@ -2925,7 +2925,7 @@ FROM VWPM_PROFILE_ACTIVE T WHERE T.FILE_COUNT > 0 AND T.GUID IN (SELECT PROFILE_
MyProcess.StartInfo.FileName = bbtniCW.Tag
MyProcess.Start()
Else
LOGGER.Warn($"Clipboardwatcher-Exe not found [{bbtniCW.Tag}]")
LOGGER.Warn($"easyFLOW-Exe not found [{bbtniCW.Tag}]")
FormHelper.ShowInfoMessage("Clipboard Watcher could not be started!", omsgTitleWarning)
End If