I have used Process.GetProcessesByName("PROCESSNAME") before in C# to check if a specific project is running.
I have to create a C program for an older embedded version of Windows XP which can only run when another program is also running.
How can I check if the program is running?