3

I want to create an incremental switcher between open apps and I need to include metro ones. The view that I want to show is something like what it is present in TaskManager of Windows 8 in the "Fewer Details View".

enter image description here

There you could see how metro ones are shown side by side with the desktop apps. I've tried with the Process.GetProcess() method but without success till now.

mjsr
  • 7,410
  • 18
  • 57
  • 83
  • Similar One [Stack](http://stackoverflow.com/questions/15112812/how-to-get-currently-running-applications-in-windows-8-programmatically) – Eldho Aug 14 '14 at 11:42
  • Even better: http://stackoverflow.com/questions/14207487/getting-a-list-of-all-applications-in-c-sharp. Just remember that a `Process` object has the `MainWindowTitle`, which is what you're aiming for. – code4life Dec 04 '14 at 04:24

0 Answers0