I hope I explain what I want to do correctly, forgive me if I don't. My app has a login form, and I would like the mainform to be loading in the background whilst the login form is present on the screen. Once a correct login is achieved, then the loading process to continue and display the main form.
My main form is shown immediately after the login form, except it starts to load there and it has a lot going on. I just kind of wondered if you did anything flashy like this in your medical app.
thanks
Geoff.
I converted your splash screen example to VB.NET and got it working and added to my program. However, I ran into a very strange bug. If I use the splash screen when starting the application, the images in my list view boxes do not show up. Obviously, if I don't use it, they show up fine. Do you have any idea what is going on?
Thanks,
Jeff
I did some more testing and I found out couple of things that might be causing the strange behavior. It seems to occur only with a frameless form as with a splash screen when running the app in Debug mode in the IDE. And the behavior seems to be somewhat sporadic when I play with the StartPosition property of the window. It seems to run fine in the release version. Please don't waste much time on this unless you know what is happenning.