Hi Greg,
that did exactly what I want!
Thank you very much.
Cheers
Manfred
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Manfred Schulte-Oversohl wrote:
I'd like to use a combobox control. Getting it with dialog is no problem.
But I could not create a combobox on a window.
I had the same problem -- pywin32 is missing a CreateComboBox
function.
After much frustration, I found the following workaround:
hwnd
I played with controls on a window (no dialog). For example an edit control
with CreateEdit() and everything works fine.
I'd like to use a combobox control. Getting it with dialog is no problem.
But I could not create a combobox on a window.
With the following code I got an error by CreateWindow