Quick Question About Application Launch
-
Good people, I built an application in WPF. It uses a splash screen. Sometimes when I (and presumably other people) am starting an application, I click on it and switch to another app that I am working on. However, it seems that the app I built will only load properly if I don't click on anything and let it fully load before switching to another application or otherwise clicking anywhere on the screen. If, at any time between the splash screen and the main window loading I click on another application or send open something else, the computer says that my app has an error and it has to shut down. Do you have any thoughts about how to make it more robust so that it can load without being so vulnerable to other clicks? Thanks in advance for any help you can provide.