Setvirtualresolution(640,480)
ResetTimer()
//Create a test image
For x=0 to 1024 Step 10
DrawLine(0,0,x,600,Random(0,255),Random(0,255),Random(0,255))
Update(0)
Render()
Next x
GetImage(101,0,100,200,80)
CreateEditBox(1)
SetEditBoxPosition(1,10,100)
//Use test image as background for edit box border
SetEditBoxBorderImage(1,101)
SetEditBoxBorderSize(1,10)
Repeat
Sync()
Until Timer()>15
End
Help make AGK better by submitting an example for this command! (All examples are subject to approval)