Keeps track of Windows apps that have focus.
Project | Build status | Latest release |
---|---|---|
FocusTest | Binaries |
- .NET Core Desktop Runtime 3.1 or later (64 bit | 32 bit)
- Windows (only Windows 10 tested). FocusTest uses Windows APIs to detect change in focus and retrieve the PID (Process ID) associated to the window that received focus.
- Launch FocusTest
- Work as usual
- FocusTest will list all apps that have taken focus since it launched (newest apps with focus are on top)
- Compare PID with Task Manager (Ctrl + Shift + Esc)
- Visual Studio Community (not to be confused with Visual Studio Code)
- .NET Core SDK 3.1 or later
Simply open the FocusTest.sln
file with Visual Studio, then click on "Build" > "Build Solution". The binaries will be located in \bin\Debug
or \bin\Release
.