Will they work with a normal edit control, or will they only work with a rich edit control?
I think only on Rich Edit controls.
You can load a normal 16 bit edit control in one go with API calls like SetWindowText() or SendMessage/WM_SETTEXT. There is no need for the stream messages that are used exclusively with a rich edit control.
Regards,
hutch@movsd.com
Regards,
hutch@movsd.com