Hey guys
if i have editbox in dialog ..
and i have also Listbox in the same position of the editbox
and with its same w and H but it is hide
so how can i show listbox when a word appear in editbox
.. like if did -a name id of edit box Hello
and when Hello appear in editbox
the Listbox automatically appear in the position of editbox
will i use on *:dialog:name:edit:id if edit box: {
if ($did(name,id).text == Hello) {

then .. i dun know what i do then so plz help me