Re: How to scroll to the last line of a MleText control
Luiz Felipe Franco Belussi wrote:
>
>
> Greetings from Brazil!
>
>
> I would like to know how can I scroll to the last line of a MleText control=
>
> given the fact that I have only it's ID [and I don't have the Vscroll's id]=
>
>
Hi there Luiz,
What part of Brazil you from?
In raw Win api, you would do this:
SendMessage(hWnd,WM_VSCROLL,SB_BOTTOM,0)
Since you're probably using WinLib 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.
Take care,
Al
And, good luck with your Euphoria programming!
My bumper sticker: "I brake for LED's"
|
Not Categorized, Please Help
|
|