I want to get list of all applications opens i.e chrome, notepad etc. and if user selects notepad then jump to that window in WPF.
Asked
Active
Viewed 28 times
0
-
[This](https://stackoverflow.com/a/648413/16822867)? – user16822867 Sep 24 '21 at 16:56
-
yes, but how can i navigate to that window.. ? – Silent Programmer Sep 24 '21 at 17:02
-
navigate? you mean activate the windows? give focus? – user16822867 Sep 24 '21 at 17:03
-
yes, i want that window to get into focus – Silent Programmer Sep 24 '21 at 17:05
-
https://stackoverflow.com/questions/25578305/c-sharp-focus-window-of-a-runing-program – user16822867 Sep 24 '21 at 17:06
-
Thank you so much!! – Silent Programmer Sep 24 '21 at 17:10
-
You mean like.. Alt+Tab? – Caius Jard Sep 24 '21 at 17:10
-
My goal is to create one window in WPF , on which i can show all the other applications which are currently opened and when user selects any one of them it should jump to that... just like when we do ALT + TAB it shows all the windows – Silent Programmer Sep 24 '21 at 17:14
-
I flagged this post as duplicate, because it asks 2 questions, both already answered (see the links posted by user16822867) – Arkane Sep 27 '21 at 09:20