Re: [python-win32] Re: Help on using win32api.SendMessage to send keystrokes

2005-03-31 Thread Daniel F
> It depends entirely on what the application expects. When the keyboard > driver sends keystrokes, the generic keyboard driver translates the key > codes to characters, if possible. It will send WM_KEYDOWN, then WM_CHAR > (if an ASCII translation exists), then WM_KEYUP. Applications can > choos

[python-win32] python windows extensions silent install?

2005-03-31 Thread Matt Jackson
Is there a way to run a silent install of pywin32-203.win32-py2.4.exe? I want to do this so I can run startup command files on User's machines to install this without user interaction. I have found I can get this if I run ActivePython install with a silent install, but I was hoping I could do

Re: [python-win32] Re: Help on using win32api.SendMessage to send keystrokes

2005-03-31 Thread Tim Roberts
On Wed, 30 Mar 2005 20:46:43 -0500, Daniel F <[EMAIL PROTECTED]> wrote: Well... i figured it out - turns out sending the keystrokes to the top window of notepad didnt work, but sending them to the Edit child window of notepad did the trick. But this brings me to another question, although of a less