06-26-2003, 08:45 PM
I am late but following may be useful in future.
With Edit and RichEdit controls you can use EM_ messages.
This appends text
This gets line
With Edit and RichEdit controls you can use EM_ messages.
This appends text
str s="text"
int h=id(5001 "+PowerProNote")
s+"[]"
SendMessage(h EM_SETSEL -2 -2)
SendMessage(h EM_REPLACESEL 0 s)
This gets line