Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
AnswerRe: ERROR in starting service Pin
Saksida Bojan25-Feb-10 7:42
Saksida Bojan25-Feb-10 7:42 
GeneralRe: ERROR in starting service Pin
noamtzu0025-Feb-10 8:12
noamtzu0025-Feb-10 8:12 
GeneralRe: ERROR in starting service Pin
Saksida Bojan25-Feb-10 11:06
Saksida Bojan25-Feb-10 11:06 
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 
Hi All
I have a small doubt regarding a Forms.Timer and WM_TIMER.
If I remember right each System.Windows.Timer.Forms triggers an event ( bounded to the Tick event )
for each WM_TIMER message coming from the message pump of the Form where is included.

Since each of this WM_TIMER messages comes from the main message queue of Window OS,
if I Have 30 forms on my screen, each with its own Forms.Timer object updating
some graphic component of the form (label text, or other ), can I say that
each form will be strictly updated one after one?
I don't know how WM_TIMER is dispatched and processed in each form given that
the queue of the OS is unique and shared by all the forms.
Regards
Manustone
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 
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 

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.