G
Guest
I'm using the information found here about creating a splash screen on a
separate thread.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/casoast.asp
Everything works find, the screen comes up and goes away. I kill the splash
thread near the end of the processing done in my mainForm_load event handler.
The problem is that the waitcursor begins being displayed once the splash
screen is closed and will not go away until I bring up another dialog (like
an Open File Dialog). The form is ready to go, but the waitcursor won't go
away.
Any ideas?
Thanks
-G
separate thread.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/casoast.asp
Everything works find, the screen comes up and goes away. I kill the splash
thread near the end of the processing done in my mainForm_load event handler.
The problem is that the waitcursor begins being displayed once the splash
screen is closed and will not go away until I bring up another dialog (like
an Open File Dialog). The form is ready to go, but the waitcursor won't go
away.
Any ideas?
Thanks
-G