|
-
Nov 25th, 2005, 07:29 AM
#1
Thread Starter
Fanatic Member
AsyncCallback V's Threading
Hi all just wanting to get some other coders views on which to use, by that until now I have always used a thread to perform a data intensive task but as you are aware the need to use invoke if this process wishes to interact with the calling GUI. Today I came across AsyncCallback which if i understand it correctly works very much like a thread but allows for GUI updating without the hassle of checking for Begininvoke. SO what do you in your opinion think is "better" to use.
Many thanks
Useful Links
.Net
#Develop, GhostDoc, CodeKeep , be.PINVOKE, Good Code Snippet Site
Krypton Toolkit, XPCC / XP Common Controls, QSS Windows Forms Components
VB.COM
VB.Classic Help File, MB Controls, MZTools, ADO Stored Procedure Generator add-in,
-
Nov 27th, 2005, 05:14 AM
#2
Re: AsyncCallback V's Threading
The AsyncCallback delegate references a method to execute when an asynchronous operation completes. You can't use it to interact with the GUI during an asynchronous operation.
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
|