Jump to content

Recommended Posts

Posted

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

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
  • Recently Browsing   0 members

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