S
sandro72
I found the classes you wrote of but it doesn't work. i tested also this
code but it cretaes instances of worpad.exe that i only see
by task manager and i cannot terminate them. have you any ideas?
Dim pr As New System.Diagnostics.Process
pr.StartInfo.WindowStyle = Diagnostics.ProcessWindowStyle.Normal
pr.StartInfo.CreateNoWindow = False
pr.Start("C:\Programmi\Windows NT\Accessori\wordpad.exe")
code but it cretaes instances of worpad.exe that i only see
by task manager and i cannot terminate them. have you any ideas?
Dim pr As New System.Diagnostics.Process
pr.StartInfo.WindowStyle = Diagnostics.ProcessWindowStyle.Normal
pr.StartInfo.CreateNoWindow = False
pr.Start("C:\Programmi\Windows NT\Accessori\wordpad.exe")