ZanaxNL Posted September 4, 2010 Posted September 4, 2010 hey i got this: $edit = GUICtrlCreateEdit("[" & $Time & "]" & " Welcome at"& @CRLF & "[" & $Time & "]" & " here ", 16, 200, 217, 46, $WS_VSCROLL + $ES_AUTOVSCROLL + $ES_READONLY) GUISetState() I want when this happens a lot: guictrlsetdata($edit,guictrlread($edit)& @CRLF & "[" & $Time & "]" & "Started" ) That it automatic scroll down when there is new data set. Help me with this! Maybe set $es_autoscroll in the setdata line? Giv example : ? Thanks ! Zanax
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now