Final fixes before vacation \o/
This commit is contained in:
@@ -8,7 +8,10 @@ Public Class frmProcessCapture
|
||||
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
|
||||
Dim oWindow = ClassWindowAPI.GetWindowInfo()
|
||||
|
||||
'clsWINDOWSApi.Get_ForegroundWindow_Info()
|
||||
If oWindow Is Nothing Then
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
Dim oProgramName As String = Assembly.GetEntryAssembly().GetName().Name
|
||||
|
||||
If oWindow.ProcessName <> oProgramName Then
|
||||
|
||||
Reference in New Issue
Block a user