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 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 "from comty

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 Jac

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(), ... > > Sug

Re: [python-win32] List of keys and values

2014-02-19 Thread Tim Golden
On 18/02/2014 18:59, Aaron Reabow wrote: > Hi Guys, > > This should be dead simple. > > I am just trying to find a list of all of the key value pairs held for > each message. > > > These are the ones that I have found so far: > > * subject > * SenderName > * Recipients > * TaskDueDate