Click to See Complete Forum and Search --> : How can Create ComboBox dynamically in win32


Naumaan
March 26th, 2004, 05:23 AM
Hi


I m developing a simple dialog based application in win32 i just want to create ComboBox dynamically on screen and fill it with some data and when user click anywhere else on screen the ComboBox should destroy itself.


Plz help me .
Thanks in advance

Ejaz
March 26th, 2004, 06:48 AM
Take a look at

CreateWindow()

Beside that at http://winprog.org/tutorial/files/tutorial.pdf you'll find a good example of relavent to your problems.

Have a nice day :)

Andreas Masur
March 26th, 2004, 07:49 AM
[Moved thread]