[python-win32] Hello and first question

Andrea fuffa2k5 at gmail.com
Mon Dec 22 14:58:55 CET 2008


Hi folks,
I'm new to the list and also to the python word!
I want to write a script to exchange messages with a win32 application.
I have a sample code in VB but I want to do it using python.
The problem is that I have no experience on comunication between application
in win.
Here there is the code in vb

Dim L32hWnd as long

L32hWnd = FindWindow(vbNullString, "appham32")


Dim L32Msg as long

L32Msg = RegisterWindowMessage("appham32 1").

PostMessage L32hWnd, L32Msg, 1, GhW


How do I translate it in python.


Many Thanks.

Andrea.


Andrea.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20081222/0f877411/attachment.htm>


More information about the python-win32 mailing list