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.
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.
>
>
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
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
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