i have developed application which uses threads to finish the task and i want to close the running application in middle of the process its closes but thread is running in background.
now i want to show active threads by which my application is created. but difficulty is, when i start the application from vs threads are shown in task manager like 14-19 threads without running the application.
can u tell me to display only those threads which is created by my application and not by system.