Top "Active-window" questions

The window in front of all other open windows, on a graphical user interface.

Capture screenshot of active window?

I am making a screen capturing application and everything is going fine. All I need to do is capture the …

c# screenshot active-window
Obtain Active window using Python

I would like to get the active window on the screen using python. For example, the management interface of the …

python active-window
Excel VBA ActiveWindow.Visible hiding the wrong workbook

I want to open a workbook (WB1) and then as it's opened, another workbook (WB2) is opened. I want WB2 …

excel vba visible active-window
Show window in Qt without stealing focus

I'm using the Qt library to show a slideshow on the second monitor when the user isn't using the second …

c++ qt focus window-management active-window
Get current active window's title in Java

I am trying to write a Java program that logs what application I'm using every 5 seconds (this is a time …

java user-interface active-window