CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Background Processing - Can VB do it?

    can i create a thread to monitor a function, and then kill the function if it takes a long time to return?

    i suppose, you have to deal with threads to do it. but how do you handle threads in vb?


  2. #2

    Re: Background Processing - Can VB do it?


    'this thread is related to 'concurrent processing in vb'. refer to that topic for VB thread discussion.





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

Featured