Re: [python-win32] Vista ; elevation (for developers)

2008-02-06 Thread Mark Hammond
I think its quite informative - but I don't really see how it relates to pywin32 more than it does to any other language or environment. Cheers, Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michel Claveau Sent: Wednesday, 6 February 2008 6:32 PM To: python-win32@p

Re: [python-win32] Fastest GDI loop

2008-02-06 Thread Tim Roberts
Gerdus van Zyl wrote: > Please find attached my program (please excuse the mess) that uses > cairographics.org to draw on a win32 window using GDI. My question is: > What is the best event handling/drawing loop that one can have in > pywin32? Is for instance a message map faster or slower? I am new

[python-win32] Fastest GDI loop

2008-02-06 Thread Gerdus van Zyl
Hi Please find attached my program (please excuse the mess) that uses cairographics.org to draw on a win32 window using GDI. My question is: What is the best event handling/drawing loop that one can have in pywin32? Is for instance a message map faster or slower? I am new to the win32 api and don'

Re: [python-win32] Can win32com handle this one?

2008-02-06 Thread David Abrahams
on Mon Feb 04 2008, "Mark Hammond" wrote: >> > >> > ob = win32com.client.Dispatch(s.GetProvider()) >> > >> > to see if it does support IDispatch, >> >> Hmm, thanks, I guess it doesn't: >> >> 'PyIUnknown' object has no attribute 'GetTypeInfo' >> >> > in which case you could then start cal