J
JZ
Hi,
Has anyone else got this?
I've downloaded the IT Professional network version of XP SP2 to test my
programs.
I found a problem with GetProcessesByName it just seems to hang.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim processes() As Process
processes = Process.GetProcessesByName("MyProgram")
MessageBox.Show("Done!")
End Sub
Anybody?
Ideas?
Suggestions?
Has anyone else got this?
I've downloaded the IT Professional network version of XP SP2 to test my
programs.
I found a problem with GetProcessesByName it just seems to hang.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim processes() As Process
processes = Process.GetProcessesByName("MyProgram")
MessageBox.Show("Done!")
End Sub
Anybody?
Ideas?
Suggestions?