>In the case of autocompletion, I'd say EVT_CHAR is the best choice. You >want to deal interactively with user input, not with programmatic >changes of the field contents. Actually, thinking more about it, if I press the clear button, I *do* want the field to reset programmatically, so maybe EVT_TEXT might be better, Regards SteveThread Previous | Thread Next