Hi, ive read the manual that was released for download, but im stuck with how you add an object at runtime which is part of the main controls.
I want to add a text box using:-
addobject("mytxtbox","Textbox")
mytxtbox.new1("form1",0,0,50,0)
the manual only shows you to add an object as part of an addon library dll not as part of the default controls.
or am I missing something here in the declaration bit.
I want to add a text box using:-
addobject("mytxtbox","Textbox")
mytxtbox.new1("form1",0,0,50,0)
the manual only shows you to add an object as part of an addon library dll not as part of the default controls.
or am I missing something here in the declaration bit.
Last edited: