Click here to Skip to main content
15,905,420 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why is the Insert done once while there are 13 Records Pin
Vimalsoft(Pty) Ltd6-Jul-11 9:14
professionalVimalsoft(Pty) Ltd6-Jul-11 9:14 
AnswerRe: Why is the Insert done once while there are 13 Records Pin
GenJerDan6-Jul-11 9:19
GenJerDan6-Jul-11 9:19 
GeneralRe: Why is the Insert done once while there are 13 Records Pin
Vimalsoft(Pty) Ltd6-Jul-11 9:41
professionalVimalsoft(Pty) Ltd6-Jul-11 9:41 
AnswerRe: Why is the Insert done once while there are 13 Records Pin
PIEBALDconsult6-Jul-11 14:19
mvePIEBALDconsult6-Jul-11 14:19 
Questionhow to display the output from LM35 on pc in C# Pin
aeman6-Jul-11 4:47
aeman6-Jul-11 4:47 
AnswerRe: how to display the output from LM35 on pc in C# Pin
Alan N6-Jul-11 7:33
Alan N6-Jul-11 7:33 
GeneralRe: how to display the output from LM35 on pc in C# Pin
aeman6-Jul-11 22:14
aeman6-Jul-11 22:14 
GeneralRe: how to display the output from LM35 on pc in C# Pin
Richard MacCutchan7-Jul-11 1:51
mveRichard MacCutchan7-Jul-11 1:51 
GeneralRe: how to display the output from LM35 on pc in C# Pin
aeman7-Jul-11 2:02
aeman7-Jul-11 2:02 
GeneralRe: how to display the output from LM35 on pc in C# Pin
Richard MacCutchan7-Jul-11 2:23
mveRichard MacCutchan7-Jul-11 2:23 
AnswerRe: how to display the output from LM35 on pc in C# Pin
PIEBALDconsult6-Jul-11 14:20
mvePIEBALDconsult6-Jul-11 14:20 
GeneralRe: how to display the output from LM35 on pc in C# Pin
aeman6-Jul-11 22:15
aeman6-Jul-11 22:15 
GeneralRe: how to display the output from LM35 on pc in C# Pin
BobJanova6-Jul-11 22:32
BobJanova6-Jul-11 22:32 
GeneralRe: how to display the output from LM35 on pc in C# Pin
aeman6-Jul-11 23:48
aeman6-Jul-11 23:48 
GeneralRe: how to display the output from LM35 on pc in C# Pin
Thomas Krojer7-Jul-11 0:37
Thomas Krojer7-Jul-11 0:37 
GeneralRe: how to display the output from LM35 on pc in C# Pin
aeman7-Jul-11 1:58
aeman7-Jul-11 1:58 
GeneralRe: how to display the output from LM35 on pc in C# Pin
BobJanova7-Jul-11 4:26
BobJanova7-Jul-11 4:26 
GeneralRe: how to display the output from LM35 on pc in C# Pin
PIEBALDconsult7-Jul-11 2:52
mvePIEBALDconsult7-Jul-11 2:52 
QuestionHow to work for Name Property Pin
Anubhava Dimri6-Jul-11 1:22
Anubhava Dimri6-Jul-11 1:22 
AnswerRe: How to work for Name Property Pin
Mario Majčica6-Jul-11 1:25
professionalMario Majčica6-Jul-11 1:25 
AnswerRe: How to work for Name Property Pin
musefan6-Jul-11 2:45
musefan6-Jul-11 2:45 
GeneralRe: How to work for Name Property Pin
BobJanova6-Jul-11 3:14
BobJanova6-Jul-11 3:14 
I use something similar to this to assign IDs to clients in my socket library, and in some other projects. Do note though that this isn't thread safe and it's better to use Interlocked.Increment if you want to call the ID generator from different threads.
GeneralRe: How to work for Name Property Pin
musefan6-Jul-11 4:40
musefan6-Jul-11 4:40 
Questionwin32 dll is not working for c# application. Pin
Le@rner5-Jul-11 21:41
Le@rner5-Jul-11 21:41 
AnswerRe: win32 dll is not working for c# application. Pin
Thomas Krojer5-Jul-11 22:03
Thomas Krojer5-Jul-11 22: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.