Hi ! I want to identify a running process and then opening a file. I want to do this in windows forms. for example : the code should check for running 'adobe reader' and if it finds adobe reader running then it should open a notepad.
the code structure is something like :
(if running process = adobereader.exe)
then open = notepad.exe