How can I display a cursor for the text?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I am displaying some text in a window. I want to have a text cursor when I click the mouse left button. How can I do this?
danginkgo
danginkgo wrote:
I am displaying some text in a window. I want to have a text cursor when I click the mouse left button. How can I do this?
Well it's called a Caret, but if you are trying to create your own text editing window you have a lot of work to do. SetCaretPos[^]
led mike