Re: How to scroll to the last line of a MleText control
- Posted by euphoric (admin) May 31, 2022
- 818 views
Al Getz <Xaxo at aol.com> said...
Since you're probably using Win32Lib you can prob use the id:
sendMessage(ID,WM_VSCROLL,SB_BOTTOM,0)
Note that ID or hWnd is the edit control's, not the scrollbar's.
This helped me today. Long live Euphoria!