[python-win32] Fwd: pywin32 bugs feedback from learner

2007-07-31 Thread Huang Guan
From: Huang Guan <[EMAIL PROTECTED]> Date: 2007-8-1 上午12:25 Subject: pywin32 bugs feedback from learner To: [EMAIL PROTECTED] Dear pywin32 team, First I want to express my appreciation to pywin32, who developed the excellent extend utility package, which push python of win32 develop so quickly.

[python-win32] Re: Utilizing a raw IDispatch Pointer from Python

2007-07-31 Thread Roger Upole
Brad Johnson wrote: >I have a C++ application that creates a collection of COM objects. I am > embedding a Python interpreter that will have access to Automation objects > written in C++. > > I would like to give the Python interpreter access to the IDispatch interface > on > these objects. > >

[python-win32] Utilizing a raw IDispatch Pointer from Python

2007-07-31 Thread Brad Johnson
I have a C++ application that creates a collection of COM objects. I am embedding a Python interpreter that will have access to Automation objects written in C++. I would like to give the Python interpreter access to the IDispatch interface on these objects. Stated another way, how can I have Pyt

Re: [python-win32] Have IHTMLWindow2 objectneed correspondingIHTMLWindow3 object and flash box

2007-07-31 Thread Tim Roberts
Richard Bell wrote: > Tim, > > Did you really mean: > >brush = win32ui.CreateBrush(1, 0, 0) # create a brush (hollow, no color) > > since the win32gui brush will not select into the device context? > Perhaps the win32gui brush needs to be wrapped or unwrapped in some way. I'll have to che

Re: [python-win32] Have IHTMLWindow2 objectneed correspondingIHTMLWindow3 object and flash box

2007-07-31 Thread Richard Bell
Tim, Did you really mean: brush = win32ui.CreateBrush(1, 0, 0) # create a brush (hollow, no color) since the win32gui brush will not select into the device context? Which brings me to the real question: What's the difference between win32ui and win32gui anyway and what's the best online re