(AGK version: 108.14)
Submitted: 2013-06-29 13:19:32
Setvirtualresolution(640,480)
ResetTimer()

CreateEditBox(1)
SetEditBoxPosition(1,10,100)
SetEditBoxCursorColor(1,255,0,0)
SetEditBoxCursorWidth(1,2)

CreateEditBox(2)
SetEditBoxPosition(2,10,140)
SetEditBoxCursorColor(2,0,0,255)
SetEditBoxCursorWidth(2,4)

Repeat
    Sync()
Until Timer()>15
End
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.