have u a method for set #PB_ComboBox_Editable and #PB_ComboBox_ReadOnly on th fly(runtime)?????????????
example code ?
i used this;
Code: Select all
SendMessage_(GadgetID(5), #EM_SETREADONLY, 0, 0)
SendMessage_(GadgetID(5), #PB_ComboBox_Editable, 0, 0)
