Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move text UP in text box control
#2
Can use EM_SCROLLCARET and other similar messages like documented in MSDN. Probably at first need to move caret with EM_SETSEL. Then, if does not scroll automatically, send EM_SCROLLCARET.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)