Click here to Skip to main content
15,916,432 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using Invoke to Manipulate the UI Pin
Luc Pattyn19-Oct-11 6:03
sitebuilderLuc Pattyn19-Oct-11 6:03 
GeneralRe: Using Invoke to Manipulate the UI Pin
BobJanova19-Oct-11 2:33
BobJanova19-Oct-11 2:33 
GeneralRe: Using Invoke to Manipulate the UI Pin
Bernhard Hiller19-Oct-11 3:55
Bernhard Hiller19-Oct-11 3:55 
GeneralRe: Using Invoke to Manipulate the UI Pin
Pete O'Hanlon18-Oct-11 22:59
mvePete O'Hanlon18-Oct-11 22:59 
GeneralRe: Using Invoke to Manipulate the UI Pin
Richard Andrew x6419-Oct-11 0:26
professionalRichard Andrew x6419-Oct-11 0:26 
GeneralRe: Using Invoke to Manipulate the UI Pin
Pete O'Hanlon19-Oct-11 0:36
mvePete O'Hanlon19-Oct-11 0:36 
GeneralRe: Using Invoke to Manipulate the UI Pin
BobJanova19-Oct-11 2:38
BobJanova19-Oct-11 2:38 
GeneralRe: Using Invoke to Manipulate the UI Pin
Dave Kreskowiak19-Oct-11 5:07
mveDave Kreskowiak19-Oct-11 5:07 
I've written an Outlook add-in that performs multiple jobs at the same time. Basically, I can highlight a stack of emails, right-click them, and tell the add-in to execute a standard process on SCCM objects with data contained in the emails.

The execution engine sets up a job object for each and every email in the list. Then, using the TPL, executes the entire stack of jobs, each job being a seperate task.

Well, each of those jobs can take about a minute to run. They report back status messages about what they are doing and what was and was not successful. Those status updates are setup by the task scheduler to execute on the UI thread where the DGV that shows the job queue state updates itself and shows the new data.

The goofy thing is that even though I can see the jobs executing and queueing up the status updates in a certain order (thank you VS2010!) those updates don't always execute in the same order they were queued up in. I haven't investigated why this occurs because, lets face it, it's just a status update. There's no pressing need for execution order here.

AnswerRe: Using Invoke to Manipulate the UI Pin
Luc Pattyn19-Oct-11 1:53
sitebuilderLuc Pattyn19-Oct-11 1:53 
GeneralRe: Using Invoke to Manipulate the UI Pin
Reiss18-Oct-11 22:31
professionalReiss18-Oct-11 22:31 
GeneralRe: Using Invoke to Manipulate the UI Pin
Richard Andrew x6419-Oct-11 0:21
professionalRichard Andrew x6419-Oct-11 0:21 
QuestionValueMember and DisplayMember on DataGridViewComboBoxCell Pin
Dewald18-Oct-11 11:29
Dewald18-Oct-11 11:29 
AnswerRe: ValueMember and DisplayMember on DataGridViewComboBoxCell Pin
egypogramer1-Jan-12 3:05
egypogramer1-Jan-12 3:05 
QuestionOpen multiple pdfs in one window on web Pin
vanikanc18-Oct-11 11:01
vanikanc18-Oct-11 11:01 
AnswerRe: Open multiple pdfs in one window on web Pin
Dennis E White18-Oct-11 11:49
professionalDennis E White18-Oct-11 11:49 
QuestionTab control with pages that are the same. Pin
__John_18-Oct-11 3:14
__John_18-Oct-11 3:14 
AnswerRe: Tab control with pages that are the same. Pin
PIEBALDconsult18-Oct-11 3:26
mvePIEBALDconsult18-Oct-11 3:26 
GeneralRe: Tab control with pages that are the same. Pin
BobJanova18-Oct-11 5:09
BobJanova18-Oct-11 5:09 
GeneralRe: Tab control with pages that are the same. Pin
PIEBALDconsult18-Oct-11 8:01
mvePIEBALDconsult18-Oct-11 8:01 
GeneralRe: Tab control with pages that are the same. Pin
BobJanova18-Oct-11 22:33
BobJanova18-Oct-11 22:33 
AnswerRe: Tab control with pages that are the same. Pin
Wayne Gaylard18-Oct-11 3:31
professionalWayne Gaylard18-Oct-11 3:31 
GeneralRe: Tab control with pages that are the same. Pin
__John_18-Oct-11 4:18
__John_18-Oct-11 4:18 
AnswerRe: Tab control with pages that are the same. Pin
BillWoodruff19-Oct-11 23:05
professionalBillWoodruff19-Oct-11 23:05 
QuestionWhich IP Address Represents LocalHost Pin
Richard Andrew x6417-Oct-11 20:32
professionalRichard Andrew x6417-Oct-11 20:32 
AnswerRe: Which IP Address Represents LocalHost [SOLVED] Pin
Richard Andrew x6417-Oct-11 20:45
professionalRichard Andrew x6417-Oct-11 20:45 

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.