pywin32
How can I automatically set proxies on IE 8
I have a list of proxies with login credentials (user:pass@1.2.3.4:5678).I\'m trying to come up with a way rotate these proxies in IE 8.[详细]
2023-02-03 05:38 分类:问答win32api: get bitmap palette
I\'m basically doing this but for 8-bit. I can get the bitmap bits correctly using \"P\" as the mode bit. However, I have all these bitmap bits, but no palette - PIL just uses a default gray-scale pal[详细]
2023-02-02 08:41 分类:问答pywin32: GetSystemPaletteEntries
Is there an 开发者_如何学Goequivalent of GetSystemPaletteEntries for pywin32? if not, how can I make this call?This works, returning a PIL-compatible palette:[详细]
2023-02-02 08:32 分类:问答Why does this valid Tkinter code crash when mixed with a bit of PyWin32?
So I\'m making a very small program for personal use in tkinter, and I\'ve run into a really strange wall. I\'m mixing tkinter with the pywin32 bindings because I really hate everything to do with the[详细]
2023-02-01 21:30 分类:问答pyWin32 support? Trouble while building; syntax error
I just downloaded pyWin32 (https://sourceforge.net/projects/pywin32/) and started to install it. My first question: does anybody know, where I can get specific pyWin32-support? I can\'t see/find anyt[详细]
2023-01-31 18:04 分类:问答Is there a way to get pywin32 to use vcvars32.bat instead of vcvarsall.bat?
So, I\'m just trying to build pywin32 on my Windows 7 machine. When running the setup script, I ran into the common error of \"Unable to find vcvarsall.bat\". I do have Visual C++ installed, so I was[详细]
2023-01-30 07:47 分类:问答win32: get current DEVMODE of a monitor
How can I get the current resolution in win32? I know I can use GetMonit开发者_StackOverflow中文版orInfo to get the current bounding rectangle of the monitor, but how can I also get the bit-depth? Pre[详细]
2023-01-25 05:21 分类:问答win32: destroy a deskstop created with CreateDesktop
What\'s the opposite of CreateDesktop()? CloseDesktop() seems t开发者_运维百科o only close the handle to the new desktop, but not to delete it.IIRC, desktops are reference counted, so they\'re destroy[详细]
2023-01-25 00:59 分类:问答Programmatically find the installed version of pywin32
Some Python packages provide a way for a program to get the installed version. E.g. >>> import numpy[详细]
2023-01-23 04:46 分类:问答add rights to a folder using python
I want to give anyone full access to a specific folder (+sub-folders +files in it). I tried that code:[详细]
2023-01-22 01:41 分类:问答