Hi..
I'm just new in mfc programming, and in my first program, I have a little pb with a CEdit control..Actually, I got a dialog-based frame with a CEdit control in it, and if I write this

MyCEditCtrl.SetWindowText("");



to empty the CEdit, I have an assertion error when I run the program...
In some functions, this works well, and in some other, this gives me an assertion error..How come ??
thank you for answers..