Hi.
Is there any way to get the current word which is being typed from a rich edit. The only way that I can see to "get" words is to use the Function
SendMessage( hwndEdit, EM_GETSELTEXT, 0, lpszBuffer );
but in-order for this to work, you first need to select the word/text with...
Hi.
I am writing a script editor or my scriptengine, and want it to look like a regular compiler. To achieve this I want key words to be highlighted, so that the script is easy to read. I have been trying to implement this within a Rich Edit. I have been looking through the help files, and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.