Groups | Blog | Home
all groups > dotnet distributed apps > november 2005 >

dotnet distributed apps : Remote Process


farah
11/27/2005 6:47:28 AM

how to find remote machine Processes Main Window Title ??

through this code i can find local machine Process Main Window Titl
..

thanku

Dim i
Dim Prc() As Process

Prc = Process.GetProcesses("faraz") '''''''''''''pass localhos

For i = 0 To UBound(Prc)
If (Prc(i).MainWindowTitle.ToString <> "") Then
TreeView1.Nodes.Add(Prc(i).MainWindowTitle.ToString)
End If
Next

--
fara
-----------------------------------------------------------------------
farah's Profile: http://www.hightechtalks.com/m37
View this thread: http://www.hightechtalks.com/t229525
Klaus H. Probst
12/8/2005 8:09:42 PM
Look at WMI.


--
Klaus H. Probst, MVP
http://www.simulplex.net/

[quoted text, click to view]

AddThis Social Bookmark Button