[python-win32] Have IHTMLWindow2 object need correspondingIHTMLWindow3 object and flash box

Tim Roberts timr at probo.com
Sat Jul 28 01:36:50 CEST 2007


Tim Roberts wrote:
> ...
> If you use the hollow brush, as I suggested, then the driver won't even
> be ASKED to fill the interior.
>
>    brush = win32ui.GetStockObject( 5 )    # HOLLOW_BRUSH
>   

D'oh, did I really say win32ui?  That's wrong.

    brush = win32gui.GetStockObject( 5 )    # HOLLOW_BRUSH

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-win32 mailing list