1

I am trying to make a Windows 8 Alt-Tab replacement type program in C# to handle a few windows automation tasks such as moving an open window from one screen to another and am struggling to find a good solution to get a list of all the open windows, essentially filtered down to the list windows provides when you use alt tab. I have tried using EnumWindows as well as Process.GetProcesses() but both provide lists of over 100 items when I only have a few windows open. Does anyone have a solution to getting this list within C# on Windows 8?

0 Answers0