> How can one make a networked Windows XP
> think a keystroke has been made every 13 minutes?
I've never done it over a network but I have done it in Delphi.
The API function you need is:
PostMessage(hwnd, idMessage, wParam, lParam)
Post a message to a window.
Parameters
hwnd : int The hWnd
Hi,
How can one make a networked Windows XP
think a keystroke has been made every 13 minutes? What would a
python program to do this look like?
Thanks for your help.
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo