<[email protected]> writes: > The key event I use is EVT_TEXT. (Maybe I should use EVT_CHAR? > Anyone?)
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. -- Johan
