Click here to Skip to main content
15,914,162 members
Home / Discussions / C#
   

C#

 
AnswerRe: Throughput/Design Problem Pin
led mike28-Jun-07 5:14
led mike28-Jun-07 5:14 
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 5:37
tobriain28-Jun-07 5:37 
GeneralRe: Throughput/Design Problem Pin
led mike28-Jun-07 6:25
led mike28-Jun-07 6:25 
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 6:41
tobriain28-Jun-07 6:41 
GeneralRe: Throughput/Design Problem Pin
pbraun28-Jun-07 11:26
pbraun28-Jun-07 11:26 
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 11:34
tobriain28-Jun-07 11:34 
GeneralRe: Throughput/Design Problem Pin
tobriain2-Jul-07 9:36
tobriain2-Jul-07 9:36 
GeneralRe: Throughput/Design Problem Pin
pbraun3-Jul-07 5:48
pbraun3-Jul-07 5:48 
I'm not certain I understand the design of your software system. Please give more specific details such as: Are there one or more executables creating the data that is to be displayed? Are there one or more executables reading and displaying this data? Is there any other processing besides getting the data ready for display?

When updating the UI from a separate thread, one should always use the delegate and begin invoke calls in the UI method for the reason that the UI processing will be done on the UI thread. You don't need to worry about calling the end invoke method, that method is called by the UI thread when it is finished and the clean up will ensue.

As for how to setup the delegates for the UI properly, you can read up on that in your help documentation. Look up the key word "delegates".

Phil
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 6:43
tobriain28-Jun-07 6:43 
GeneralRe: Throughput/Design Problem Pin
led mike28-Jun-07 7:00
led mike28-Jun-07 7:00 
Questionthe underscore character in front of a variable Pin
brsecu28-Jun-07 4:54
brsecu28-Jun-07 4:54 
AnswerRe: the underscore character in front of a variable Pin
Luc Pattyn28-Jun-07 4:56
sitebuilderLuc Pattyn28-Jun-07 4:56 
JokeRe: the underscore character in front of a variable Pin
CPallini28-Jun-07 5:14
mveCPallini28-Jun-07 5:14 
QuestionFileSystem based Collection (Queue) Pin
BaraMustafa28-Jun-07 4:53
BaraMustafa28-Jun-07 4:53 
AnswerRe: FileSystem based Collection (Queue) Pin
DanB198328-Jun-07 11:23
DanB198328-Jun-07 11:23 
AnswerRe: FileSystem based Collection (Queue) Pin
pbraun28-Jun-07 11:47
pbraun28-Jun-07 11:47 
QuestionWord.ApplicationClass Pin
Civic0628-Jun-07 4:44
Civic0628-Jun-07 4:44 
AnswerRe: Word.ApplicationClass Pin
Luc Pattyn28-Jun-07 4:54
sitebuilderLuc Pattyn28-Jun-07 4:54 
QuestionHow does non-blocking file access work? Pin
martin_hughes28-Jun-07 4:30
martin_hughes28-Jun-07 4:30 
AnswerRe: How does non-blocking file access work? Pin
Luc Pattyn28-Jun-07 5:02
sitebuilderLuc Pattyn28-Jun-07 5:02 
GeneralRe: How does non-blocking file access work? Pin
martin_hughes28-Jun-07 7:17
martin_hughes28-Jun-07 7:17 
QuestionMultiple selection in a datagrid Pin
-spy-28-Jun-07 4:14
-spy-28-Jun-07 4:14 
AnswerRe: Multiple selection in a datagrid Pin
mnaveed28-Jun-07 5:15
mnaveed28-Jun-07 5:15 
QuestionMulti Lingual Website Pin
Brendan Vogt28-Jun-07 3:51
Brendan Vogt28-Jun-07 3:51 
AnswerRe: Multi Lingual Website Pin
Sathesh Sakthivel28-Jun-07 4:04
Sathesh Sakthivel28-Jun-07 4:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.