Results 1 to 3 of 3

Thread: [RESOLVED] [2008] Prevent 'Program not responding'

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    148

    Resolved [RESOLVED] [2008] Prevent 'Program not responding'

    Hi! I was trying to create a program that would continually carry out tasks, but I found that after a certain period of time, it would crash because the program hadn't responded for a long time (even though it was still working). Is there any way to prevent this? I have seen .Net applications that still move (the form has a progress bar still moving, and doesn't freeze) when it's working. How do I do this?

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: [2008] Prevent 'Program not responding'

    Use the backgroundworker component from the toolbox. Search on these forums and google on how to use it
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2008
    Posts
    148

    Re: [2008] Prevent 'Program not responding'

    Ok. Got it to work! Thanks!

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