J
John Cosmas
We have a unique situation where we need to speed up the activation of our
MAIN form. We have put a splash page before the main shows up and we
pre-load most of our stuff (user profiles). Then we bring up the MAIN
form, but we need to continue loading our other stuff (data sets, list). We
want to do while inside the SPLASH, but minimize it and let the MAIN form
come up as fast and quickly as possible. At this point, we'll HIDE the
SPLASH page and just continue loading items in it. Does this involve
multi-threading, and if so, where can I read up on this?
MAIN form. We have put a splash page before the main shows up and we
pre-load most of our stuff (user profiles). Then we bring up the MAIN
form, but we need to continue loading our other stuff (data sets, list). We
want to do while inside the SPLASH, but minimize it and let the MAIN form
come up as fast and quickly as possible. At this point, we'll HIDE the
SPLASH page and just continue loading items in it. Does this involve
multi-threading, and if so, where can I read up on this?