// JP opened flex table

Click to See Complete Forum and Search --> : Moving CEdit


Henrik de Jong
July 24th, 1998, 09:37 AM
I used an CEdit-object for input in my own grid-control/spreadsheet.

My problem is an memory leak in an function set_editorpos(int col, int row);


This function selects the font which refers to an that cell and deletes the old font, then the control is moved with MoveWindow(....)


When I'm walking through the grid the memory increase regular.


Who can help me???

//JP added flex table