I have an application that when it first starts i need it to run a database query.
I have all the database queries however forms are all loaded by this method.
dim myfrm as new Form2 myfrm.show.
The thing is if this app has crashed etc i need to make sure its the first initial start of this program
Does anyone have any ideas?