MS General commit
This commit is contained in:
@@ -172,12 +172,12 @@ 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
|
||||
PictureBox1.Visible = True
|
||||
lblprocessCheckActive.Visible = True
|
||||
PID = PROC_PID
|
||||
txtPID.Text = PROC_PID
|
||||
txtProcessName.Text = PROC_Name
|
||||
Else
|
||||
PictureBox1.Visible = False
|
||||
lblprocessCheckActive.Visible = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
@@ -288,4 +288,8 @@ Public Class frmAdministration
|
||||
Private Sub BindingNavigatorAddNewItem_Click(sender As Object, e As EventArgs) Handles BindingNavigatorAddNewItem.Click
|
||||
grpbxProfiles.Enabled = True
|
||||
End Sub
|
||||
|
||||
Private Sub ACTIVECheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles ACTIVECheckBox.CheckedChanged
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user