Re: [Tutor] keystroke via software

2006-07-09 Thread Alan Gauld
> 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

[Tutor] keystroke via software

2006-07-09 Thread johnsonv3
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