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

C#

 
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 
AnswerRe: Using Invoke to Manipulate the UI Pin
Luc Pattyn19-Oct-11 1:53
sitebuilderLuc Pattyn19-Oct-11 1:53 
BobJanova wrote:
How true is this?

Very.

Windows messages get collected in "event queues", and although they are called queues, the order of the elements isn't always maintained. It basically is, however there are certain exceptions, to name a few:

1. one can extract messages of a certain type, which basically means their type suddenly gets a higher priority; that is what the message filtering is about in e.g. GetMessage[^].
2. one can consolidate messages, e.g. Windows will postpone PAINT messages, and consolidate them into a single one if possible (which may enlarge the invalidation region). This normally is an optimization, as now fewer cycles are wasted on repainting an ever changing form.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

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 
GeneralRe: Which IP Address Represents LocalHost [SOLVED] Pin
Richard MacCutchan17-Oct-11 23:18
mveRichard MacCutchan17-Oct-11 23:18 

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.