hello ..
can any one of u tell me how can i finad remote machine Main window title .. this little code finds the local machine main window title .. but i m having prob in reteriving remote info .. plz reply as soon as posible .
thanku ...
Dim i
Dim Prc() As Process
Prc = Process.GetProcesses("faraz") '''''''''''''pass localhost
For i = 0 To UBound(Prc)
If (Prc(i).MainWindowTitle.ToString <> "") Then
TreeView1.Nodes.Add(Prc(i).MainWindowTitle.ToString)
End If
Next i
can any one of u tell me how can i finad remote machine Main window title .. this little code finds the local machine main window title .. but i m having prob in reteriving remote info .. plz reply as soon as posible .
thanku ...
Dim i
Dim Prc() As Process
Prc = Process.GetProcesses("faraz") '''''''''''''pass localhost
For i = 0 To UBound(Prc)
If (Prc(i).MainWindowTitle.ToString <> "") Then
TreeView1.Nodes.Add(Prc(i).MainWindowTitle.ToString)
End If
Next i