vb.net Code:
Dim p As Process() = Process.GetProcessesByName("notepad") If p.Length = 0 Then Process.Start("notepad.exe") End If
|
Results 1 to 37 of 37
Thread: AppActivate and FindWindowThreaded View
|
Click Here to Expand Forum to Full Width |