The MSDN description of EM_ReplaceSel doesn't seem to clarify whether EM_SetTextEX should be used to replace EM_ReplaceSel, or whether EM_SetTextEX simply has more features (RTF, code page, ...) and that using EM_ReplaceSel is fine if you don't need the additional features of EM_SetTextEX.
EM_ReplaceSel is found in the Edit Control messages section, but doesn't mention any constraints in using it with a Rich Edit control.
Can someone clarify?
EM_ReplaceSel is found in the Edit Control messages section, but doesn't mention any constraints in using it with a Rich Edit control.
Can someone clarify?
Comment