Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pywin32

Windows Explorer Context Menus With Sub-menus Using Pywin32

I'm trying add some shell extensions using python with icons and a sub menu but I'm struggl… Read more Windows Explorer Context Menus With Sub-menus Using Pywin32

How To Get The Authenticated User Name In Python When Fronting It With Iis Http Platformhandler And Using Windows Auth?

HttpPlatformHandler supports forwarding the auth token by enabling the forwardWindowsAuthToken sett… Read more How To Get The Authenticated User Name In Python When Fronting It With Iis Http Platformhandler And Using Windows Auth?

Associating My Windows Computer To A Wifi Ap With Python

I'm trying to write a python script that can make my computer associate to a wireless access po… Read more Associating My Windows Computer To A Wifi Ap With Python

Problem With Loading Win32file.pyd On Python 2.6

I can't make py2exe to pack correctly even a simple script that uses win32file I'm constant… Read more Problem With Loading Win32file.pyd On Python 2.6

How To Determine If Win32api.shellexecute Was Successful Using Hinstance?

I've been looking around for an answer to my original issue.. how do i determine (programmatica… Read more How To Determine If Win32api.shellexecute Was Successful Using Hinstance?

Python 'no Module Named Win32gui' After Installing Pywin32

Running python 3.6 on windows 8. ModuleNotFoundError: No module named 'win32gui' I have tr… Read more Python 'no Module Named Win32gui' After Installing Pywin32

Using Imagegrab With Bbox From Pywin32's Getwindowrect

I want to use PIL's ImageGrab to capture a specific window. What my code below does is that it … Read more Using Imagegrab With Bbox From Pywin32's Getwindowrect

Win32gui Movewindow() Not Aligned With Left Edge Of Screen

I am using win32gui to move a Notepad window to the origin of the screen (0, 0) with width and heig… Read more Win32gui Movewindow() Not Aligned With Left Edge Of Screen