(AGK version: 108.24)
Submitted: 2014-11-29 13:58:29
// main.agc

SetWindowTitle("My App")
SetWindowSize(1024, 768, 0)

do
  // Show a blank window frame that's 1024x768 with a My App title 
  Sync()
loop  
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.