CEdit
I have created an object based off CEdit. I am currently using it in a Dialog
Box that was created using App Wizard. I have added some static CString
objects in "MyEdit" Object. Every time I try to add characters to a one of my
Csting Objects my program Dies. It looks like my CString objects are not being
properly allocated in memory. I'm not sure how to initialize an object
(MyEdit) and its static Variables (CSting), that are being used in a Dialog
Box. Can anyone Help????