I have added a CEditView to a splitter pane in my MDI application. In the OnInitialUpdate function I send some default text the the View using the SetWindowText() function. This works fine. However if I try to clear or change the text using SetWindowText later nothing happens. I have called InvalidateRect() hoping this will refresh the view. But it does not.
Has anyone come across this problem?
Has anyone come across this problem?