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

Windows 7/vista Process Management - How To Start An External Program After Long Idle Time?

This is a follow-up to that question. Basically, i have a python script which should start another … Read more Windows 7/vista Process Management - How To Start An External Program After Long Idle Time?

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 Win32api Sendmesage

I am trying to clarify win32api. And I just made a simple example. Get the Notepad window, move the… Read more Python Win32api Sendmesage

Modulenotfounderror: No Module Named 'win32api'

This is the error received: Traceback (most recent call last): File 'C:/Users/Joe Martin/… Read more Modulenotfounderror: No Module Named 'win32api'

How To Access The Peb Of Another Process With Python Ctypes

Until now, I have this piece of code (I know its ugly, but this isn't the point right now) I ca… Read more How To Access The Peb Of Another Process With Python Ctypes

Python Win32 Can't Read Outlook Email Body's

Im trying to use win32 module for python and get the body of my email message. However whenever I t… Read more Python Win32 Can't Read Outlook Email Body's