pywin32
How to get Windows' special folders for currently logged-in user?
How can I get Windows special folders like My Documents, Desktop, etc. from my Python script? Do I need win32 extensions?[详细]
2023-01-18 13:28 分类:问答Running Python Scripts From MS Office
I have installed PythonWin installed.. I can read and write to Excel from Python, not a problem. Not the usage I need.[详细]
2023-01-18 11:35 分类:问答copying and pasting from/to clipboard with python/win32
I downloaded the win32 for python 2.6 from this site. This is the code to get/set the clipboard. def test():[详细]
2023-01-18 08:02 分类:问答pywin32 captive installation (avoid py*.dll getting installed in system32 directory)
I have python as an embedded scripting environment in my application. I supply the python bits (python26.dll, DLLs & Lib folders) with 开发者_StackOverflow中文版my application. All this to avoid a[详细]
2023-01-17 21:25 分类:问答Retrieve User Entry IDs from MAPI
I extended the win32comext MAPI with the Interface IExchangeModifyTable to edit ACLs via the MAPI. I can modify existing ACL entries, but I stuck in adding new entries. I need the users entry ID to ad[详细]
2023-01-17 01:00 分类:问答Error while working with excel using python
while my script is updating one excel same time if i am going to do any other work manually with another excel error occursi am using dispatch[详细]
2023-01-16 19:06 分类:问答python+win32: detect window drag
Is there a way to detect when a window that doesn\'t belong to my application is being dragged in windows using python/pywin32? I want to set it up so that when I drag a window whose title matches a p[详细]
2023-01-16 17:46 分类:问答Get Active Directory group members using PyWin32
I need to list all Active Directory group\'s members - can I do this without using LDAP queries with PyWi开发者_如何学编程n\'s win32security, for instance?[详细]
2023-01-16 15:51 分类:问答How to control the size of the Windows shell window from within a python script?
When launching a script-type python file from Windows you get a windows shell type window where the script runs. How can the script determine and also set/control the Window开发者_开发知识库 Size, Scr[详细]
2023-01-15 02:13 分类:问答PythonWin saving session state
I would like to be able to save my session state within the PythonWin editor (e.g. th开发者_JAVA技巧ese three files are opened and positioned in these particular locations within the PythonWin window)[详细]
2023-01-14 05:57 分类:问答