|
-
May 11th, 2005, 03:40 PM
#1
Thread Starter
Lively Member
Not executing SplashScreenThread [RESOLVED] :D
OK, so far I am using the following code to terminate my program:
VB Code:
End
' Damn that was hard to code :D
Anyway, after the command is executed, it hangs and wont finnish closing the application. It never used to do that before, and just suddenly started off now. This is the error I am getting:
An unhandled exception of type 'System.NullReferenceException' occurred in system.windows.forms.dll
The only thing I did, was add a Class that allows me to play sound files, and add 10 forms. And it worked fine the day I did that, but today I find this error. So, I'm trying to think of a solution, and I think what would happen if I terminate the application by forcing to end the main thread or whatever... Like VB.NET ends my application by pressing the STOP button, which is what I have to do.
Last edited by martw; May 12th, 2005 at 03:39 PM.
Reason: Resolved
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|