I am looking to go from the process name to the windows title.
e.g
\'winamp.exe\' -> \'1. Britney Spears - Hit me baby one more time\'
Thanks
Sol
Have a look at the System.Diagnostics.Process class:
Process p = Console.WriteLine(p.MainWindowTitle)