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

Win32 Python - Pythoncom Error - Importerror: No Module Named Pywintypes

I am trying to import pythoncom, but it gives me this error: Traceback (most recent call last): F… Read more Win32 Python - Pythoncom Error - Importerror: No Module Named Pywintypes

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?

Using Ctypes To Load A Specific Runtime Library (msvcrt80)

We're using ctypes.windll to load a third-party library. This library uses 'MSVCRT80' a… Read more Using Ctypes To Load A Specific Runtime Library (msvcrt80)

Reading Windows Event Log In Python Using Pywin32 (win32evtlog Module)

I would like to read Windows' event log. I am not sure if it's the best way but I would lik… Read more Reading Windows Event Log In Python Using Pywin32 (win32evtlog Module)

Reading Windows Event Log In Python Using Pywin32 (win32evtlog Module)

I would like to read Windows' event log. I am not sure if it's the best way but I would lik… Read more Reading Windows Event Log In Python Using Pywin32 (win32evtlog Module)

How To Get Windows User's Full Name In Python?

I'm trying to get the user's full name. Not the login name, but the full name that shows up… Read more How To Get Windows User's Full Name In Python?