Re: Dragon Naturally Speaking 9.5
Posted: Mon Feb 20, 2023 3:22 pm
hum...I've removed part of my patch and it works better
with just
with just
Code: Select all
procedure TRichViewEdit.EMReplaceSel(var Msg: TMessage); message EM_REPLACESEL;
begin
InsertText(PChar(Msg.LParam));
end;