Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to insert 5 strings to dataset Pin
PIEBALDconsult22-Jul-11 2:47
mvePIEBALDconsult22-Jul-11 2:47 
AnswerRe: how to insert 5 strings to dataset Pin
Ravi_Alienware22-Jul-11 4:47
Ravi_Alienware22-Jul-11 4:47 
AnswerRe: how to insert 5 strings to dataset Pin
Amitdwivedi1725-Jul-11 1:05
Amitdwivedi1725-Jul-11 1:05 
QuestionWhich timer's callback is on a separate thread? Pin
Jun Du21-Jul-11 8:40
Jun Du21-Jul-11 8:40 
AnswerRe: Which timer's callback is on a separate thread? Pin
jschell21-Jul-11 8:54
jschell21-Jul-11 8:54 
AnswerRe: Which timer's callback is on a separate thread? Pin
Dave Kreskowiak21-Jul-11 9:04
mveDave Kreskowiak21-Jul-11 9:04 
GeneralRe: Which timer's callback is on a separate thread? Pin
Jun Du21-Jul-11 9:21
Jun Du21-Jul-11 9:21 
GeneralRe: Which timer's callback is on a separate thread? Pin
Dave Kreskowiak21-Jul-11 10:00
mveDave Kreskowiak21-Jul-11 10:00 
You could have tested this quite easily and done it in about 5 minutes.

Setup each time and setup a handler for the event/callback for each timer. In the handler, you put one line of code:
Debug.WriteLine(@"Current Thread ID: " + System.Threading.Thread.CurrentThread.ManagedThreadId.ToString());


Put the same line of code at the top of the app and you'd know if the thread is different by the ID numbers.

AnswerRe: Which timer's callback is on a separate thread? PinPopular
DaveyM6921-Jul-11 9:15
professionalDaveyM6921-Jul-11 9:15 
AnswerRe: Which timer's callback is on a separate thread? Pin
Shameel21-Jul-11 9:42
professionalShameel21-Jul-11 9:42 
AnswerRe: Which timer's callback is on a separate thread? Pin
Luc Pattyn21-Jul-11 17:29
sitebuilderLuc Pattyn21-Jul-11 17:29 
QuestionDelphi 6 code vs C# conversion question Pin
Aurbo721-Jul-11 4:12
Aurbo721-Jul-11 4:12 
AnswerRe: Delphi 6 code vs C# conversion question Pin
Richard MacCutchan21-Jul-11 4:38
mveRichard MacCutchan21-Jul-11 4:38 
GeneralRe: Delphi 6 code vs C# conversion question Pin
Aurbo721-Jul-11 4:49
Aurbo721-Jul-11 4:49 
GeneralRe: Delphi 6 code vs C# conversion question Pin
Richard MacCutchan21-Jul-11 6:34
mveRichard MacCutchan21-Jul-11 6:34 
GeneralRe: Delphi 6 code vs C# conversion question Pin
DaveyM6921-Jul-11 7:48
professionalDaveyM6921-Jul-11 7:48 
GeneralRe: Delphi 6 code vs C# conversion question Pin
Aurbo721-Jul-11 8:09
Aurbo721-Jul-11 8:09 
GeneralRe: Delphi 6 code vs C# conversion question Pin
DaveyM6921-Jul-11 9:30
professionalDaveyM6921-Jul-11 9:30 
GeneralRe: Delphi 6 code vs C# conversion question Pin
Aurbo721-Jul-11 10:30
Aurbo721-Jul-11 10:30 
GeneralRe: Delphi 6 code vs C# conversion question Pin
BobJanova22-Jul-11 2:32
BobJanova22-Jul-11 2:32 
AnswerRe: Delphi 6 code vs C# conversion question Pin
BobJanova22-Jul-11 2:31
BobJanova22-Jul-11 2:31 
GeneralRe: Delphi 6 code vs C# conversion question Pin
Aurbo722-Jul-11 4:45
Aurbo722-Jul-11 4:45 
Questioncrystal reports running total problem. Pin
Asif Rehman21-Jul-11 3:27
Asif Rehman21-Jul-11 3:27 
QuestionWhat is best for Parent Child List Pin
Anubhava Dimri20-Jul-11 23:38
Anubhava Dimri20-Jul-11 23:38 
AnswerRe: What is best for Parent Child List Pin
#realJSOP21-Jul-11 0:16
mve#realJSOP21-Jul-11 0:16 

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.