Jump to content

PageEnd operater


themax90
 Share

Recommended Posts

I need a PageEnd operator. By that I mean this.

$RandomEdit = GUICtrlCreateEdit("", 10, 10, 290, 170, $WS_VSCROLL + $ES_READONLY)

$EM_SCROLL = 0x00B5

$PageDown = 3

GUICtrlSendMsg($RandomEdit, $EM_SCROLL, $PageDown, 0)

I need PageEnd.

Does anyone know what operator it is?

Edited by AutoIt Smith
Link to comment
Share on other sites

I need it to scroll the the VERY END, not just one page or one line, the very end of the edit.

Edit : Figured it out myself...

_GUICtrlEditLineScroll($History, 0, _GUICtrlEditGetLineCount($History))

Edited by AutoIt Smith
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...