09-02-2014, 04:38 PM
Yes. Try to find the message in Scintilla documentation. I'll help with __ProcessMemory if need.
But I'm afraid it is not good to modify text in other programs with Scintilla API. The program may be unaware about it. Eg Undo may not work etc.
Nothing wrong to just select text with Scintilla API. Will not need __ProcessMemory. Just single SendMessage. Then can paste or key.
But I'm afraid it is not good to modify text in other programs with Scintilla API. The program may be unaware about it. Eg Undo may not work etc.
Nothing wrong to just select text with Scintilla API. Will not need __ProcessMemory. Just single SendMessage. Then can paste or key.
