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, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32