Hi ,
I'm trying to connect to a remote windows machine's registry using
ConnectRegistry and try to get the process architecture information.
Here is the code snippet for it
#processRegKey = "System\CurrentControlSet\Control\Session
Manager\Environment"
#processRegValue = "PROCESSOR_ARCHITECTURE"
siddhartha veedaluru wrote:
>
> I'm trying to connect to a remote windows machine's registry using
> ConnectRegistry and try to get the process architecture information.
>
> Here is the code snippet for it
> #processRegKey = "System\CurrentControlSet\Control\Session
> Manager\Environment"
> #p
Puneet Singh wrote:
>
> Hi,
>
>I am calling quit() from a thread but its not working
>
You need to call Quit from the thread that created the Excel object.
Are you doing that?
--
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.
___
pyth
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi,
I am trying to use SetWindowsHookExA via ctypes to be notified when
Windows are mapped/unmapped, to get the same functionality as
SUBSTRUCTURE_MASK events on the root X-window (or is there a better way
that I have missed?)
Here is the code:
WI
Antoine Martin wrote:
>
> I am trying to use SetWindowsHookExA via ctypes to be notified when
> Windows are mapped/unmapped, to get the same functionality as
> SUBSTRUCTURE_MASK events on the root X-window (or is there a better way
> that I have missed?)
WH_CALLWNDPROC is a bit extreme. The equiv
Hello Everybody...
I working on a client-server database solution. The system is normalized and
is using MySQL. To automate some of processes I using Python. Part of the
old database will be still running on Lotus Notes.
After working on it, it seems that the best choice to directly manipulate
Lo