Set #PB_ComboBox_Editable flage in runtime?
Posted: Wed May 23, 2012 5:16 pm
hi all
have u a method for set #PB_ComboBox_Editable and #PB_ComboBox_ReadOnly on th fly(runtime)?????????????
example code ?
i used this;
but don't work 
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)
