|
-
May 16th, 2007, 11:23 AM
#4
Re: Forms Timer and Thread problem
>The Processing_Complete Event is thrown from a different thread, but it is caught by the forms thread isn't it?
Nope, the event handler runs on the same thread as it was thrown. You can prove this to yourself by giving the thread a name and checking the current threads name in the event handler.
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
|