MS GD Picture
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user