Re: How to send a compsite key to window

2009-05-25 Thread Gabriel Genellina
En Thu, 21 May 2009 09:38:26 -0300, zhouhaifeng escribió: just like "ctrl + A", I want to select all the text in a window, now , I operate right menu to get it, but it can not work all the time. so I want to send "ctrl + a" to the window I'd do it in a different way: asuming it is an edit co

How to send a compsite key to window

2009-05-22 Thread zhouhaifeng
just like "ctrl + A", I want to select all the text in a window, now , I operate right menu to get it, but it can not work all the time. so I want to send "ctrl + a" to the window blow is my code thanks hWnd = win32gui.FindWindow(None, "“中华会计网校”财税法规库下载版V1.09-法 规阅读器") print hWnd if hWnd <> 0: p

How to send a compsite key to window

2009-05-22 Thread zhouhaifeng
just like "ctrl + A", I want to select all the text in a window, now , I operate right menu to get it, but it can not work all the time. so I want to send "ctrl + a" to the window blow is my code thanks hWnd = win32gui.FindWindow(None, "“中华会计网校”财税法规库下载版V1.09-法 规阅读器") print hWnd if hWnd <> 0: p