NewDocSearch
This commit is contained in:
@@ -171,11 +171,11 @@ Public Class frmAdministration
|
||||
|
||||
Private Sub TimerTest_Tick(sender As Object, e As EventArgs) Handles TimerTest.Tick
|
||||
clsWINDOWSApi.Get_ForegroundWindow_Info()
|
||||
If PID <> PROC_PID And PROC_Name <> "DD_Clipboard_Watcher" Then
|
||||
If PID <> CurrPROC_PID And CurrPROC_Name <> "DD_Clipboard_Watcher" Then
|
||||
lblprocessCheckActive.Visible = True
|
||||
PID = PROC_PID
|
||||
txtPID.Text = PROC_PID
|
||||
txtProcessName.Text = PROC_Name
|
||||
PID = CurrPROC_PID
|
||||
txtPID.Text = CurrPROC_PID
|
||||
txtProcessName.Text = CurrPROC_Name
|
||||
Else
|
||||
lblprocessCheckActive.Visible = False
|
||||
End If
|
||||
@@ -237,7 +237,7 @@ Public Class frmAdministration
|
||||
txtProcessName.Text = ""
|
||||
TimerTest.Start()
|
||||
btnStartStopProcess.Text = "Stoppe Auswertung Fenster"
|
||||
Status_Changed("Auswertung von aktivem Fenster läuft! Alle 5 Sekunden Prüfung! - Wechseln Sie durch die aktiven Anwendungen!", Color.Orange)
|
||||
Status_Changed("Auswertung von aktivem Fenster läuft! Wechseln Sie durch die aktiven Anwendungen!", Color.Orange)
|
||||
Else
|
||||
Me.Cursor = Cursors.Default
|
||||
TimerTest.Stop()
|
||||
|
||||
Reference in New Issue
Block a user