ms 20007 Namespace

This commit is contained in:
2020-02-03 12:27:55 +01:00
parent f247e6ea5b
commit ab620f3b08
45 changed files with 340 additions and 315 deletions

View File

@@ -74,13 +74,13 @@ Public Class frmValidator
'Function set_foreground()
' Try
' Dim hwnd As IntPtr
' Dim prc() As Process = Process.GetProcessesByName("DD_PM_WINDREAM")
' Dim prc() As Process = Process.GetProcessesByName("DD_ProcessManager")
' If Not prc Is Nothing AndAlso Not prc.Length = 0 Then
' hwnd = prc(0).MainWindowHandle
' SetForegroundWindow(hwnd)
' Else
' prc = Process.GetProcessesByName("DD_PM_WINDREAM.vshost")
' prc = Process.GetProcessesByName("DD_ProcessManager.vshost")
' If Not prc Is Nothing AndAlso Not prc.Length = 0 Then
' hwnd = prc(0).MainWindowHandle
' SetForegroundWindow(hwnd)