active-window Questions

12

I would like to get the active window on the screen using python. For example, the management interface of the router where you enter the username and password as admin That admin interface is wh...
Squishy asked 22/4, 2012 at 8:8

2

Solved

I'm trying to write an application that sends different dBus signals to different applications depending on what application is active. The idea is to pair it with Libinput-gestures, and allow per ...
Lieberman asked 14/2, 2018 at 22:33

13

Solved

I am making a screen capturing application and everything is going fine. All I need to do is capture the active window and take a screenshot of this active window. Does anyone know how I can do thi...
Mitchmitchael asked 22/7, 2009 at 8:8

6

I am trying to write a Java program that logs what application I'm using every 5 seconds (this is a time tracker app). I need some way to find out what the current active window is. I found Keyboar...
Oreopithecus asked 30/8, 2009 at 16:36

1

I'm able to view the processes taking place on a remote computer on my network by using the wmi module. This is an example using wmi to monitor the processes created and deleted on my own PC. impo...
Imprudent asked 23/6, 2014 at 14:12

3

Solved

I'm using the Qt library to show a slideshow on the second monitor when the user isn't using the second monitor. An example is the user playing a game in the first monitor and showing the slideshow...
Tenner asked 8/6, 2009 at 19:59

2

Solved

I am trying to get the active window's name as shown in the task manager app list (using c#). I had the same issue as described here. I tried to do as they described but I have issue while the focu...
Koopman asked 5/3, 2014 at 15:17

1

I've confronted with problem of getting active window's name. When I use this code: HWND currentWindowHWND = GetForegroundWindow(); char title[100]; GetWindowTextA(currentWindowHWND, title, 100);...
Microbarograph asked 26/1, 2013 at 18:28
1

© 2022 - 2024 — McMap. All rights reserved.