win32gui
Replacement of Graphics or Canvas Properties for Delphi Prism
Okay, instead of asking piece by piece, I am going to list all the canvas properties from win32 program that I am having problem with. What wo开发者_运维知识库uld you replace these with for Delphi Pri[详细]
2023-03-23 06:52 分类:问答Reading a Dialog Box in Python
I am trying to automate a daily routine I do using Python. Using the win32gui library I h开发者_如何学编程ave been able to put a cursor in a position, click, and sendkeys.During this task, several mes[详细]
2023-03-21 17:24 分类:问答using win32 in native applications
Is it necessary to use win32 in full native applications or it\'s good to use the visual mode of VC++ Express instead.[详细]
2023-03-21 14:44 分类:问答Stop other programs from minimizing my Win32 application
I\'ve got a Delphi app that is running in an environment where it gets minimized by another aggressive app that is trying to seize the screen entirely (it\'s POS stuff). When a second application is s[详细]
2023-03-20 12:58 分类:问答Ambiguous pywintypes.error when calling win32gui.GetPixel()
So here\'s the line of code triggering the error: win32gui.GetPixel(win32gui.GetDC(self._hwndGame), x, y开发者_开发技巧)[详细]
2023-03-20 05:50 分类:问答How to use the win32gui module with Python?
Im my Python file, I have imported the win32gui module like this: import win32gui I have also downloaded win32gui but don\'t know how to ma开发者_如何学Pythonke my script run. How can I run my Pyth[详细]
2023-03-19 01:35 分类:问答Get text from popup window
I\'m trying to read the text from a popup window. The title is always the same.I\'ve managed to identify the hwnd and get the title with the code below, but I can\'t figure out how to read the cont[详细]
2023-03-02 21:39 分类:问答How to stop a warning dialog from halting execution of a Python program that's controlling it?
Using Win32GUI and Watsup, I\'m writing a bit of Python code to automate a search across a database that is accessed through a program that doesn\'t come with an interface for it. As such, I can take[详细]
2023-02-28 17:07 分类:问答python3 ctype CreateWindowEx simple example
I have goo开发者_开发百科gled for some time but could not find simple example of python3 ctypes and Win32 API for creating and showing window. Please point me to good link or show code here.[详细]
2023-02-17 21:37 分类:问答perl win32::gui remove elements
I have a dialogbox, to which i populate elements(labels) on activate event. I want to remove these elements(labels) when the window is being deactivated. something like:[its erroneous fragment of main[详细]
2023-01-18 15:52 分类:问答