NewDocSearch
This commit is contained in:
@@ -25,8 +25,8 @@ Public Class ClipboardWatcher : Inherits NativeWindow : Implements IDisposable
|
||||
Case WM_DRAWCLIPBOARD
|
||||
clsWINDOWSApi.Get_ForegroundWindow_Info()
|
||||
'Dim CapTxt As String = clsWINDOWSApi.GetCaption()
|
||||
If IsNothing(PROC_Name) Then Exit Sub
|
||||
If PROC_Name.StartsWith("DD_Clipboard_Watcher") Then Exit Sub
|
||||
If IsNothing(CurrPROC_Name) Then Exit Sub
|
||||
If CurrPROC_Name.StartsWith("DD_Clipboard_Watcher") Then Exit Sub
|
||||
'Logger.Debug(String.Format(" >>{0} - Clipboard ChangedEvent for process '{1}' fired!", Now.ToString, PROC_Name), False)
|
||||
' If CapTxt.ToUpper.StartsWith("DD") Then Exit Sub
|
||||
RaiseEvent Changed(Me, EventArgs.Empty)
|
||||
|
||||
Reference in New Issue
Block a user