[python-win32] Custom control, WS_CHILD

Thomas Heller theller at ctypes.org
Mon Jan 14 08:14:56 CET 2008


Henry Baxter schrieb:
> Thanks for the tip, venster not only has a neat way to resolve this issue,
> but plenty of other really useful things (lists of windows constants and
> other stuff that take time to assemble).
> 

Then you might also be interested in the ctypeslib package; it is able
to make the constants available on demand:

http://starship.python.net/crew/theller/wiki/CodeGenerator/DynamicModule

Thomas



More information about the python-win32 mailing list