Jump to content

Recommended Posts

Posted

hello, i am making a chat window

Dim $edit = GUICtrlCreateEdit("",10,10,280,180,$ES_AUTOVSCROLL+$WS_HSCROLL+$WS_VSCROLL+$ES_READONLY)

what i want is that every new message, the scroll bar will automatically scroll down... how am i gonna do this??

ive used several combinations like the one shown above... but to no success... please help tnx...

Posted

Download Beta and use:

_GUICtrlEdit_AppendText()

This will append text in the edit control as it scrolls down.

Posted

Download Beta and use:

_GUICtrlEdit_AppendText()

This will append text in the edit control as it scrolls down.

where can i find this function?

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
×
×
  • Create New...