Archive: dynamic content of e.g. combobox


dynamic content of e.g. combobox
Hello everybody,

I have a little question about nsDialogs.

Is it possible to change the content of the combobox at runtime????? E.g. it must change values within the combobox by changed radio button selection.

Thanks for all!

Raymen


CB_ADDSTRING is just one of the many messages you can use:
http://msdn2.microsoft.com/en-us/library/ms673142.aspx

Stu