after alot of head scathing i think I have made some progress. I am not 100% sure but Can you exit an application before the constructor is finsihed and the main form loaded?
constuctor { thread t = new thread(open loading screen); }
I do the exact same thing with a exit screen using a variable between the main for and another one. and I have an application exit in the main for if it returns true.
At the start I have a loading screen but the main form isnt loaded yet and the call has been made from the constructor and th econstrutor hasnt finished yet.
And one more thing should all the thread/ calss / loading // program setup be done in the main constructor or some other way ifso please advise .
thanks