Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scroll multiline edit to bottom
#2
something like this should work for ya

Code:
Copy      Help
int hwnd=id(5 hDlg);;change to  window and id of edit control
SendMessage(hwnd WM_VSCROLL SB_BOTTOM 0)


Messages In This Thread
Scroll multiline edit to bottom - by r0n - 11-24-2018, 08:21 PM
RE: Scroll multiline edit to bottom - by Kevin - 11-24-2018, 11:59 PM
RE: Scroll multiline edit to bottom - by r0n - 11-25-2018, 04:45 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)