A very minor thing, but it might be worth changing in the next version
This is pasted from the example section of AddEvent:
AddButton (Form1, "Button1", 20,20,60,60,"Click Me")
AddEvent ("Button1", Click, "MySub")
AddEvent ("Form1",MouseDown", "DoSomething")
But the " in the third line, MouseDown event, is surely a mistake
This is pasted from the example section of AddEvent:
AddButton (Form1, "Button1", 20,20,60,60,"Click Me")
AddEvent ("Button1", Click, "MySub")
AddEvent ("Form1",MouseDown", "DoSomething")
But the " in the third line, MouseDown event, is surely a mistake