Good morning this is what I would implement:
just after that the main form is created and displayed I would connect to a database.
I tried to add the code to connect to the database in the ctor of the main application but it connect before the main form is displayed. How can I avoid this behavior?
Regards