Questions tagged [em-getline]

2 questions
0
votes
3 answers

EM_GETLINE error C++ Get last Line from Textbox

I'm having a minor problem with EM_GETLINE. I have a textbox I want to extract the text from. The box keeps updating all the time (it's a log file thet keeps updating, last message at the bottom). All I want is that very last line. My code: …
Rocky
  • 1
  • 1
0
votes
1 answer

EM_GETLINE fails when Spy++ is running

There is an edit box in some dialog in my application, which is running on Windows XP. When I issue EM_GETLINE on this control, it returns its contents and it's ok, but when I start Spy++ the control suddenly starts behaving incorreclty and always…
alemjerus
  • 8,023
  • 3
  • 32
  • 40