Re: [python-win32] win32gui cursor position tracking etc.

2014-02-19 Thread Tim Roberts
Jacob Kruger wrote: ... But, while something like .GetCursorInfo looks promising, I am struggling to find more info about what the first two returned items are - one of them seems to be an integer which almost matches the same value you get returned using just .GetCursor(), ...

Re: [python-win32] win32gui cursor position tracking etc.

2014-02-19 Thread Jacob Kruger
Thanks. Seems like this cursor is pretty much only referring to mouse/pointer cursor, and isn't the one I am actually interested in then - that one's most likely hidden from 'external'/other apps/software, but, at least that other workaround I found seems alright for now anyway. Stay well

Re: [python-win32] [comtypes-users] comtypes + mshtml was slow to me, any suggestion?

2014-02-19 Thread Chris Farrow
Hi Xin, On Sat, Feb 15, 2014 at 9:32 PM, Xin Zhao usfre...@gmail.com wrote: Hey, I am trying to build a test tool using comtypes and mshtml to handle some applications that have IE activex control, which renders some logics predefined in an HTML file. But I have two issues: 1. I did