pywin32
Using Python to send/receive text from GUI program
I\'m using PyWin32\'s win32process.CreateProcess to start up a GUI program that has functionality I want to use in a Python class.[详细]
2023-01-10 08:18 分类:问答converting structures in c to pywin32?
i am trying to use TTM_GETTEXT via SendMessage using pywin32. the problem is, the structure of the lparam, which is where the text should be stored, has to be TOOLINFO, which is well documented in MSD[详细]
2023-01-09 06:16 分类:问答Python: get currently logged user and his/her special folders
Does this code win32api.GetUserName() works fine on all win system from win 2000 to win 7 ? What about if user is not local user but domain user, does it still work ?[详细]
2023-01-09 03:53 分类:问答teamplayer and pyhook interacting strangely
I\'m using teamplayer, which lets you connect more mice to your computer to be used simultaneously. I\'m also using pyHook to capture mouse events, with the following code:[详细]
2023-01-09 02:25 分类:问答How can I map non-English Windows timezone names to Olsen names in Python?
If I call win32timezone.TimeZoneInfo.local().timeZoneName, it gives me the time zone name in the current locale (for example, on a Japanese machine, it returns u\"東京 (標準時)\").[详细]
2023-01-08 03:45 分类:问答GetWindowRect too small on Windows 7
The actual problem I\'m trying to solve is, I want to automatically find out the size of the margins around windows. If you can find a better way, please by all means answer that instead of this.[详细]
2023-01-06 03:35 分类:问答Using win32service module with IronPython
Hey,so I\'m trying to take an existing IronPython script I have and convert it into a windows service that runs on one of our servers at all times. Unfortunately I can\'t seem to get the modules I nee[详细]
2023-01-05 15:31 分类:问答py2exe com dll problem
i\'m trying making a com dll in python. but i try register to compiled dll have a error message \"run time error r6034\" and \"could not load python dll\" what is the solution this problem ?[详细]
2023-01-04 17:12 分类:问答Setting criteria on an autofilter in pyWin32
I can set up an autofilter using pyWin32, but I wondered if it\'s possible to set a default filter and what the syntax would be.[详细]
2023-01-02 17:44 分类:问答Media Kind in iTunes COM for Windows SDK
I recently found out about the awesomeness of the iTunes COM for Windows SDK. I am using Python with win32com to talk to my iTunes library. Needless to say, my head is in the process of exploding. Thi[详细]
2023-01-02 02:54 分类:问答