¡@

Home 

python Programming Glossary: win32api.postmessage

what SendMessage to use to send keys directly to another window?

http://stackoverflow.com/questions/5080777/what-sendmessage-to-use-to-send-keys-directly-to-another-window

ord 'A' 0 0 8 ord 'A' 16 0xC0 24 def post_keys2 hwnd win32api.PostMessage hwnd win32con.WM_KEYDOWN ord 'A' 0 0 8 ord 'A' 16 0 24 win32api.PostMessage.. hwnd win32con.WM_KEYDOWN ord 'A' 0 0 8 ord 'A' 16 0 24 win32api.PostMessage hwnd win32con.WM_CHAR ord 'A' 0 0 8 ord 'A' 16 0 24 win32api.PostMessage.. hwnd win32con.WM_CHAR ord 'A' 0 0 8 ord 'A' 16 0 24 win32api.PostMessage hwnd win32con.WM_KEYUP ord 'A' 0 0 8 ord 'A' 16 0xC0 24 def..