I've got a superclassed edit control which, in this case, happens to wrap a RichEdit control. Everything is fine in W2K but, when run under 95, I call SetWindowText() with "10200" and the edit control displays "__0" where the underscores are two square boxes indicating unknown characters. The text being passed to SetWindowText() is Unicode so it appears that Unicows is converting it to ANSI before passing it to the Unicode enabled RichEdit. Funny thing is GetWindowText() works fine.
Any suggestions? Ciao, Dee
