Jump to content

AutoVScroll Edit without input focus


Rad
 Share

Recommended Posts

I have a readonly edit, and I have these styles on it:

BitOr($ES_READONLY,$ES_AUTOVSCROLL,$WS_VSCROLL),$WS_EX_TRANSPARENT)

But, for some reason when I add my data to them with this:

Func ConsoleAdd($TempData)
    $EditData = GUICtrlRead($Edit) & $TempData & @CRLF
    GUICtrlSetData($Edit,$EditData)
Endfunc

the data is entered at the bottom, but the thing wont scroll down! The function was because its my console, anything that happens gets put there, and if you just set the data it overwrites whats already there... But the way I used the func I just gotta go ConsoleAdd("Error has occured") n its added to the bottom

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