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

C#

 
AnswerRe: Traffic System :confused Pin
Luc Pattyn10-Feb-09 1:58
sitebuilderLuc Pattyn10-Feb-09 1:58 
GeneralRe: Traffic System :confused: Pin
Member 391685610-Feb-09 8:38
Member 391685610-Feb-09 8:38 
GeneralRe: Traffic System :confused: Pin
Member 391685610-Feb-09 8:39
Member 391685610-Feb-09 8:39 
QuestionDataGridView Sorting Related Issue. Pin
Prasad varma9-Feb-09 19:27
Prasad varma9-Feb-09 19:27 
AnswerRe: DataGridView Sorting Related Issue. Pin
Mycroft Holmes10-Feb-09 1:29
professionalMycroft Holmes10-Feb-09 1:29 
QuestionC# Windows Form DataGridView Issue. Pin
AndieDu9-Feb-09 18:33
AndieDu9-Feb-09 18:33 
AnswerRe: C# Windows Form DataGridView Issue. Pin
Henry Minute10-Feb-09 17:16
Henry Minute10-Feb-09 17:16 
GeneralRe: C# Windows Form DataGridView Issue. Pin
AndieDu11-Feb-09 13:17
AndieDu11-Feb-09 13:17 
GeneralRe: C# Windows Form DataGridView Issue. Pin
Henry Minute11-Feb-09 13:24
Henry Minute11-Feb-09 13:24 
GeneralRe: C# Windows Form DataGridView Issue. Pin
AndieDu11-Feb-09 15:44
AndieDu11-Feb-09 15:44 
GeneralRe: C# Windows Form DataGridView Issue. Pin
Henry Minute12-Feb-09 1:22
Henry Minute12-Feb-09 1:22 
QuestionVideoSharingAcross LAN Pin
sreeraj.a.179-Feb-09 18:13
sreeraj.a.179-Feb-09 18:13 
QuestionPlacing coordinates on jpg file Pin
tauras819-Feb-09 18:05
tauras819-Feb-09 18:05 
QuestionMerging DataTable Manualy Pin
indiaone9-Feb-09 17:35
indiaone9-Feb-09 17:35 
AnswerRe: Merging DataTable Manualy Pin
PIEBALDconsult9-Feb-09 18:02
mvePIEBALDconsult9-Feb-09 18:02 
GeneralRe: Merging DataTable Manualy Pin
indiaone9-Feb-09 19:17
indiaone9-Feb-09 19:17 
GeneralRe: Merging DataTable Manualy Pin
PIEBALDconsult10-Feb-09 3:33
mvePIEBALDconsult10-Feb-09 3:33 
QuestionHow to replace the value of Img src [modified] Pin
aldo hexosa9-Feb-09 17:21
professionalaldo hexosa9-Feb-09 17:21 
AnswerRe: How to replace the value of Img src Pin
Christian Graus9-Feb-09 18:34
protectorChristian Graus9-Feb-09 18:34 
QuestionRe: How to replace the value of Img src Pin
aldo hexosa9-Feb-09 20:08
professionalaldo hexosa9-Feb-09 20:08 
QuestionMultiple Timers Pin
push19889-Feb-09 16:55
push19889-Feb-09 16:55 
Hello everyone, I am a beginner at C#. My problem is as follows:
1. I am coding a server app running on a single proxy server.
2. We have got a client app on each client machine which pings the server (using UDP)
3. For the first ping, server app creates a new entry in the existing linked list (using IPAdress)
4. For each such entry, it starts a timer (should run for 60 sec.)
5. If any client app pings again within 60 secs, its timer should be reset. Timer Code should be non blocking.
6. If timer expires, corrosponding IPAddress Node should be removed from Linked List.

How do I implement this specific timer functionality? I will have to start 100 timers for 100 clients! And that too, each timer should have its own identity... IPAdress! OMG | :OMG:

Please help. Waiting anxiously for reply.
Thank you.
Sniff | :^)
AnswerRe: Multiple Timers Pin
PIEBALDconsult9-Feb-09 17:13
mvePIEBALDconsult9-Feb-09 17:13 
QuestionRe: Multiple Timers Pin
push19889-Feb-09 17:21
push19889-Feb-09 17:21 
AnswerRe: Multiple Timers Pin
PIEBALDconsult9-Feb-09 18:00
mvePIEBALDconsult9-Feb-09 18:00 
QuestionRepository pattern and LINQ [modified] Pin
minus_one9-Feb-09 16:45
minus_one9-Feb-09 16:45 

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.