Jump to content

Edit box scrolling not working


weirddave
 Share

Recommended Posts

I have added some code to autoscroll an edit box based on this thread:

This is the bit I've added:

$iEnd = StringLen(GUICtrlRead($hEdit))
_GUICtrlEdit_SetSel($hEdit, $iEnd, $iEnd)
_GUICtrlEdit_Scroll($hEdit, $SB_SCROLLCARET)

But I can't get it to work. I downloaded v3.3.14.2 in case my includes were out of date but I simply get no scrolling.

Can anyone help?

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...