S Shariq Khan Dec 17, 2004 #2 Dick: You can use your process object to get a list of all the threads: System.Diagnostics.Process.GetCurrentProcess() returns the current process. Use the Threads property to get a list of threads. See http://msdn.microsoft.com/library/d...nosticsprocessclassgetcurrentprocesstopic.asp and http://msdn.microsoft.com/library/d...systemdiagnosticsprocessclassthreadstopic.asp hope this helps. Shariq Khan (e-mail address removed)
Dick: You can use your process object to get a list of all the threads: System.Diagnostics.Process.GetCurrentProcess() returns the current process. Use the Threads property to get a list of threads. See http://msdn.microsoft.com/library/d...nosticsprocessclassgetcurrentprocesstopic.asp and http://msdn.microsoft.com/library/d...systemdiagnosticsprocessclassthreadstopic.asp hope this helps. Shariq Khan (e-mail address removed)