how to get process information like this format my develop tools is visual c++ 2008 I would like to get process name,process id ,Process Path,Product Name Window Title
but i don t know how to connect those information toghter
static void Main() { // Set the SystemEvents class to receive event notification when a user // when display settings change. SystemEvents.DisplaySettingsChanged += new ...