On 11/06/2011 4:55 PM, Greg Ewing wrote:
How are you supposed to create a PyCComboBox? There
doesn't seem to be a CreateComboBox function anywhere.

I tried using CreateControl("COMBOBOX", ...) but it
says that the CLSID is invalid.

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

Mark

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

Reply via email to