Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
AnswerRe: Exit application Pin
yogesh_kumar_agarwal30-Sep-07 20:27
yogesh_kumar_agarwal30-Sep-07 20:27 
GeneralRe: Exit application Pin
blackjack215030-Sep-07 21:49
blackjack215030-Sep-07 21:49 
QuestionOnline User List? Pin
udikantz30-Sep-07 18:52
udikantz30-Sep-07 18:52 
AnswerRe: Online User List? Pin
Parwej Ahamad30-Sep-07 19:25
professionalParwej Ahamad30-Sep-07 19:25 
GeneralRe: Online User List? [modified] Pin
udikantz30-Sep-07 19:44
udikantz30-Sep-07 19:44 
GeneralRe: Online User List? Pin
Parwej Ahamad30-Sep-07 20:10
professionalParwej Ahamad30-Sep-07 20:10 
GeneralRe: Online User List? Pin
N a v a n e e t h30-Sep-07 20:37
N a v a n e e t h30-Sep-07 20:37 
AnswerRe: Online User List? Pin
N a v a n e e t h30-Sep-07 19:28
N a v a n e e t h30-Sep-07 19:28 
udikantz wrote:
can anyone advice me of a common method which i could retreive with my client program an updated list of users online on my server ,


How you are communicating with the client to server ? Are you keeping client socket object on server ? if yes you can create a method on server which returns the total count of this objects. Client has to send message to the server requesting for this number (may be you could define some proprietary protocols). Catch the message on server and call the appropriate method, and sends the message back to client.


GeneralRe: Online User List? Pin
udikantz30-Sep-07 19:50
udikantz30-Sep-07 19:50 
GeneralRe: Online User List? Pin
N a v a n e e t h30-Sep-07 19:56
N a v a n e e t h30-Sep-07 19:56 
GeneralRe: Online User List? Pin
Andrei Ungureanu30-Sep-07 21:12
Andrei Ungureanu30-Sep-07 21:12 
GeneralRe: Online User List? Pin
udikantz30-Sep-07 21:34
udikantz30-Sep-07 21:34 
GeneralRe: Online User List? Pin
Andrei Ungureanu30-Sep-07 22:13
Andrei Ungureanu30-Sep-07 22:13 
QuestionUSB Device with C# Pin
bodikon30-Sep-07 18:49
bodikon30-Sep-07 18:49 
AnswerRe: USB Device with C# Pin
I.explore.code30-Sep-07 20:50
I.explore.code30-Sep-07 20:50 
AnswerRe: USB Device with C# Pin
Luc Pattyn1-Oct-07 1:04
sitebuilderLuc Pattyn1-Oct-07 1:04 
QuestionAutoFit an Image Pin
confusedme30-Sep-07 18:41
confusedme30-Sep-07 18:41 
AnswerRe: AutoFit an Image Pin
Christian Graus30-Sep-07 19:07
protectorChristian Graus30-Sep-07 19:07 
GeneralRe: AutoFit an Image Pin
confusedme30-Sep-07 20:01
confusedme30-Sep-07 20:01 
GeneralRe: AutoFit an Image Pin
Christian Graus30-Sep-07 21:00
protectorChristian Graus30-Sep-07 21:00 
Questionvalidate date.... plz help Pin
P_Elza30-Sep-07 18:36
P_Elza30-Sep-07 18:36 
QuestionCapturing stdout from a processes started in C# Pin
Ray Mitchell30-Sep-07 18:00
Ray Mitchell30-Sep-07 18:00 
AnswerRe: Capturing stdout from a processes started in C# Pin
Luc Pattyn1-Oct-07 1:11
sitebuilderLuc Pattyn1-Oct-07 1:11 
GeneralRe: Capturing stdout from a processes started in C# Pin
Ray Mitchell1-Oct-07 9:00
Ray Mitchell1-Oct-07 9:00 
GeneralRe: Capturing stdout from a processes started in C# Pin
Luc Pattyn1-Oct-07 9:26
sitebuilderLuc Pattyn1-Oct-07 9:26 

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.