how to find all application/Thread running in a process in windows application in c# ?
Posted
by Vivek
on Stack Overflow
See other posts from Stack Overflow
or by Vivek
Published on 2010-04-02T10:43:20Z
Indexed on
2010/04/02
10:53 UTC
Read the original article
Hit count: 277
Hello All,
i want to get list of all application or Threads attached with a process.For example when we open different window all run with explorer.exe or we open different window of mozila all are in firefox.exe. i have to check that if a window is all ready open no need to open this.and if it is in background or minimized then then activate the window.
© Stack Overflow or respective owner