Results 1 to 19 of 19

Thread: Not executing SplashScreenThread [RESOLVED] :D

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Posts
    124

    Thumbs up Not executing SplashScreenThread [RESOLVED] :D

    OK, so far I am using the following code to terminate my program:

    VB Code:
    1. End
    2. ' 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
  •  



Click Here to Expand Forum to Full Width