I am trying to write a C# program to retrieve a complete process list. However I find that an application open a window but I don\'t see it in the process tab of Windows tas
it works just fine all you need is add :
Console.Write("Press ENTER to exit"); Console.ReadLine();
at the end or start project with ctrl + F5