is it possible to get the key from a wxListBox? wxTreeCtrl and wxListCtrl send the events EVT_TREE_KEY_DOWN or EVT_LIST_KEY_DOWN. Why doesnt have the wxListBox such an event?
I want to delete some entries by pressing the DEL key.
I have the wxlistBox in a dialog which is called from an wxMDIChildFrame over the context menu. I read the other thread about wxKeyEvent, but i think that i can't use this.