where can I place a script that runs when the application is loading all the files (booting)? is it on the Tag screen script? is it on the default screen script that is been displayed when it boots?
by the way, there is another question under application development called System Tags which have not been aswer, does anybody have that info available?
Thanks
How to run a scrip when application is loading
Re: How to run a scrip when application is loading
try this constructor inside your script module:
static ScriptModule1(){
MessageBox.Show("Hello Application");
}
static ScriptModule1(){
MessageBox.Show("Hello Application");
}