Click here to Skip to main content
15,918,889 members
Home / Discussions / C#
   

C#

 
AnswerRe: ERROR in starting service Pin
The Man from U.N.C.L.E.25-Feb-10 8:06
The Man from U.N.C.L.E.25-Feb-10 8:06 
GeneralRe: ERROR in starting service Pin
noamtzu0025-Feb-10 8:14
noamtzu0025-Feb-10 8:14 
GeneralRe: ERROR in starting service Pin
Wes Aday25-Feb-10 9:03
professionalWes Aday25-Feb-10 9:03 
GeneralRe: ERROR in starting service Pin
The Man from U.N.C.L.E.25-Feb-10 22:17
The Man from U.N.C.L.E.25-Feb-10 22:17 
Questionbehavior of Windows.Forms.Timer vs WM_TIMER Pin
manustone25-Feb-10 5:50
manustone25-Feb-10 5:50 
AnswerRe: behavior of Windows.Forms.Timer vs WM_TIMER Pin
Saksida Bojan25-Feb-10 6:20
Saksida Bojan25-Feb-10 6:20 
GeneralRe: behavior of Windows.Forms.Timer vs WM_TIMER Pin
manustone25-Feb-10 11:33
manustone25-Feb-10 11:33 
AnswerRe: behavior of Windows.Forms.Timer vs WM_TIMER Pin
Rob Philpott25-Feb-10 6:57
Rob Philpott25-Feb-10 6:57 
30 forms on your screen? I do hope you have a large monitor.

Each form, being a window has its own message loop. WM_TIMER messages are posted (ie. asynchronous) to the loop and are fired pretty much 'on idle'. Should one of you forms be busy, the timer event won't get through so you really can't guarantee order, or for that matter regular updates.
Regards,
Rob Philpott.

GeneralRe: behavior of Windows.Forms.Timer vs WM_TIMER Pin
manustone25-Feb-10 11:36
manustone25-Feb-10 11:36 
GeneralRe: behavior of Windows.Forms.Timer vs WM_TIMER Pin
Paulo Zemek26-Feb-10 3:02
Paulo Zemek26-Feb-10 3:02 
Questionfree c#.net slider without using javascript Pin
heidi stapel25-Feb-10 5:38
heidi stapel25-Feb-10 5:38 
AnswerRe: free c#.net slider without using javascript Pin
Saksida Bojan25-Feb-10 6:02
Saksida Bojan25-Feb-10 6:02 
GeneralRe: free c#.net slider without using javascript Pin
heidi stapel25-Feb-10 6:07
heidi stapel25-Feb-10 6:07 
AnswerRe: free c#.net slider without using javascript Pin
Not Active25-Feb-10 8:07
mentorNot Active25-Feb-10 8:07 
QuestionHow come another thread can update main controls without invoking them? [modified] Pin
yeah100025-Feb-10 4:41
yeah100025-Feb-10 4:41 
AnswerRe: How come another thread can update main controls without invoking them? Pin
Saksida Bojan25-Feb-10 5:00
Saksida Bojan25-Feb-10 5:00 
AnswerMessage Closed Pin
25-Feb-10 5:27
stancrm25-Feb-10 5:27 
GeneralRe: How come another thread can update main controls without invoking them? Pin
yeah100025-Feb-10 5:57
yeah100025-Feb-10 5:57 
GeneralRe: How come another thread can update main controls without invoking them? Pin
Saksida Bojan25-Feb-10 6:16
Saksida Bojan25-Feb-10 6:16 
GeneralRe: How come another thread can update main controls without invoking them? Pin
Luc Pattyn25-Feb-10 6:35
sitebuilderLuc Pattyn25-Feb-10 6:35 
AnswerRe: How come another thread can update main controls without invoking them? Pin
Rob Philpott25-Feb-10 7:06
Rob Philpott25-Feb-10 7:06 
GeneralRe: How come another thread can update main controls without invoking them? Pin
Luc Pattyn25-Feb-10 7:35
sitebuilderLuc Pattyn25-Feb-10 7:35 
QuestionDelegates Pin
Rahul Babu25-Feb-10 3:54
Rahul Babu25-Feb-10 3:54 
AnswerRe: Delegates Pin
Keith Barrow25-Feb-10 4:00
professionalKeith Barrow25-Feb-10 4:00 
AnswerRe: Delegates Pin
Saksida Bojan25-Feb-10 4:03
Saksida Bojan25-Feb-10 4:03 

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.