i want to create custom page with dynamic content, but this works only partially. I can enable, disable some fields, change the selection, but i can't change the content of a DropList (Combobox), the problem is that i can add some items to the combobox with the
SendMessage $Combobox ${CB_ADDSTRING} 0 "STR:test" but i want also remove all messages, or some messages. How can i do this, or it's not possible in a nsDialog.Thank you in advance.