Top "Win32gui" questions

Win32GUI is a C++ generic library for Win32 GUI programming.

How to get a list of the name of every open window?

How do I get a list of the name/text of all opened windows? I tried pywinauto: pywinauto.findwindows.find_…

python win32gui pywinauto
win32gui.SetActiveWindow() ERROR : The specified procedure could not be found

I get the active window like so: window = win32gui.GetForegroundWindow() which is an Int, say 1053634. And afterwards I try …

python win32gui
Python PyHANDLE object in win32gui

I've been playing around trying to create a transparent window that will overlay another application. I'm finding the win32 extensions …

python winapi win32gui
Python win32gui SetAsForegroundWindow function not working properly

I am trying to write a program that finds a window by searching for its title. Once it has found …

python windows win32gui setforegroundwindow
win32gui get the current active application name

I am just learning python and I am relativity new to it. I created the following script that will get …

python windows win32gui
How to detect Windows 10 light/dark mode in Win32 application?

A bit of context: Sciter (pure win32 application) is already capable to render UWP alike UIs: in dark mode: in …

windows winapi windows-10 win32gui
how do I close window with handle using win32gui in Python

I have obtained the handle of a window I want to target, with win32gui library in Python How do …

python win32gui window-handles
Double Buffering? Win32 c++

I am trying to implement double buffering but it doesn't seem to work i.e. the graphic still flickers. The …

c++ gdi win32gui
How to setup multiple radio button groups for proper tab-order and keyboard interaction (WIN32)?

First of all this is not MFC. Here is a cropped version of the GUI I have been working on: …

c++ winapi window radio-button win32gui
Win32: How to create a bordless popup window

Win32 API provides many styles for window creating and I'm looking for a style that can remove a one-pixel border …

c++ winapi user-interface win32gui