We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800ad12 commit 5d9c698Copy full SHA for 5d9c698
README.md
@@ -1,6 +1,6 @@
1
# Get Active Process/Window Info
2
3
-A console app that gets current active process/window info including Handle, PID, WindowTitle, WindowClass, Processname, Filename using Windows API.
+C# console app that gets current active process/window info including Handle, PID, WindowTitle, WindowClass, Processname, Filename using Windows API.
4
And it takes screenshots for active window in 2 ways - using PrintWindow API and classic method.
5
6
<img src="assets/2024-01-30 15.23.43.png" alt="CMD Window on PrintWindow API" />
0 commit comments