Hi there,
With that in mind you have to appreciate that the main thread will be
locked during the startup process. In order to display the splash
successfully it needs to be displayed in another thread, this way it will be
given the time to be able to refresh correctly once displayed and the main
form will continue to load in the background.
Personally I would not use the built in application framework. This has
issues with McAfee's shoddy firewall and if you specify that you want a
single instance application the firewall has the capability to make it
crash. Basically they used TCP sockets for remoting rather than IPC, for
some strange reason or another.
Anyway, it's not that difficult to make your own and well recommended.
Nick.