Glenn Linderman wrote:
I've not coded up the equivalent C program, as I don't have a C
compiler installed here, and haven't done any C coding for 8 or 10 years.
Were you able to reproduce the problem, or is your error analysis
based on code reading?
I looked at the code. Plus, I recognize
Thanks for the response. I can hold the key down for 10 seconds or 2 minutes.
The result returned when clicking OK is always the same. Also tried individual
characters (like ‘12345…’ to confirm. When the window is full, no more
characters are accepted.
Gary
From: python-win32 On
Behalf Of
Hi,
I'm trying to crate an out of process com server with just one process
for instance.
Looking at the following documentation seems the CoSuspendClassObjects
is suitable for my use
https://docs.microsoft.com/en-us/windows/desktop/api/combaseapi/nf-combaseapi-cosuspendclassobjects
can any