Mark Hammond wrote:

I think you just want a CreateWindow(Ex) with "Combobox" as the class.

Yes, but the puzzle was how to get a PyCComboBox object rather
than a raw window handle.

I discovered it can be done by calling CreateWindowFromHandle
on the resulting handle, but I don't think I should have to do
that. All the other PyCFoo classes have a corresponding
CreateFoo function, but CreateComboBox seems to be missing.

--
Greg
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to