I'm trying to edit items/subitems in a listview by creating an edit control when the user doubleclicks a subitem.
I've managed to do this, but i'm having some trouble with events from the editctrl..
When i set the dialog as the parent, the hottracking from the listview makes the item repaint, thus making the edit invisible.
I tried to solve this by setting the listview as the editctrl's parent, but now the editctrl doesn't send EN_KILLFOCUS messages anymore.
Is there a way i can disable the repainting of the area behind the editctrl? I think that would be the easiest solution..?