niki wrote: >> As I understand it, win32gui exposes the raw GDI APIs and deals with raw >> GDI handles as plain integers. win32ui is an attempt to wrap the raw >> GDI interfaces with Pythonic wrapper objects. > > IIRC win32ui is MFC based and better avoided.
Why? Just personal bias? There is nothing inherently wrong with MFC. The overhead it adds in this situation is relatively benign, compared to the overhead of Python, and the win32ui objects are more convenient to work with. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32