|
-
Mar 24th, 2007, 12:27 PM
#1
[2005] cross thread operations - events... any nice way to do this?
I'm new to .NET 2
I have several events that get raised from a thread that is different from my winform thread. I don't want to check InvokeRequired for every control. So I'm guessing it's best to just let the event be raised via a callback on the winform thread instead.....
I havent used .NET in a while so I cant remember things 
When I'm binding my event handler in the new thread, is there a way to bind the event so it would be called in the winform thread and not in the current thread?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
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
|