ms 20007 Namespace
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user