Hello,

I have a Listbox, up until now users have deleted items by pressing a delete button, ie the delete code resides within the dialog. I also want the delete key to perform the same task, I have therefore derived my own CListbox class, which gets catches the delete key press, from within the subclass of CListBox, how do I call the delete code in my CDialog class.

Thank you very much.

Stewart