Click here to Skip to main content
16,009,469 members
Home / Discussions / C#
   

C#

 
AnswerRe: c# Code problem I can't find out Pin
Luc Pattyn16-Sep-10 1:05
sitebuilderLuc Pattyn16-Sep-10 1:05 
GeneralRe: c# Code problem I can't find out Pin
C.CoderCreator16-Sep-10 1:08
C.CoderCreator16-Sep-10 1:08 
GeneralRe: c# Code problem I can't find out Pin
Luc Pattyn16-Sep-10 1:16
sitebuilderLuc Pattyn16-Sep-10 1:16 
QuestionWhat is the best way to add 'indexer' to class that derived from ConcurrentQueue ? Pin
Yanshof15-Sep-10 23:22
Yanshof15-Sep-10 23:22 
AnswerRe: What is the best way to add 'indexer' to class that derived from ConcurrentQueue ? Pin
Luc Pattyn16-Sep-10 1:12
sitebuilderLuc Pattyn16-Sep-10 1:12 
GeneralRe: What is the best way to add 'indexer' to class that derived from ConcurrentQueue ? Pin
Yanshof16-Sep-10 1:23
Yanshof16-Sep-10 1:23 
GeneralRe: What is the best way to add 'indexer' to class that derived from ConcurrentQueue ? Pin
Luc Pattyn16-Sep-10 2:05
sitebuilderLuc Pattyn16-Sep-10 2:05 
GeneralRe: What is the best way to add 'indexer' to class that derived from ConcurrentQueue ? Pin
Yanshof16-Sep-10 2:55
Yanshof16-Sep-10 2:55 
QuestionBook Help Pin
NaveenHS15-Sep-10 20:55
NaveenHS15-Sep-10 20:55 
AnswerRe: Book Help Pin
Swiftain15-Sep-10 20:58
Swiftain15-Sep-10 20:58 
GeneralRe: Book Help Pin
NaveenHS15-Sep-10 21:09
NaveenHS15-Sep-10 21:09 
GeneralRe: Book Help Pin
N a v a n e e t h15-Sep-10 22:56
N a v a n e e t h15-Sep-10 22:56 
GeneralRe: Book Help Pin
NaveenHS15-Sep-10 23:17
NaveenHS15-Sep-10 23:17 
AnswerRe: Book Help Pin
i.j.russell16-Sep-10 1:14
i.j.russell16-Sep-10 1:14 
AnswerRe: Book Help [modified] Pin
Luc Pattyn16-Sep-10 1:21
sitebuilderLuc Pattyn16-Sep-10 1:21 
QuestionBack with base10, an example code. Hopefully I can exaplain now Pin
stephen.darling15-Sep-10 10:43
stephen.darling15-Sep-10 10:43 
AnswerRe: Back with base10, an example code. Hopefully I can exaplain now Pin
Ennis Ray Lynch, Jr.15-Sep-10 10:53
Ennis Ray Lynch, Jr.15-Sep-10 10:53 
GeneralRe: Back with base10, an example code. Hopefully I can exaplain now Pin
stephen.darling15-Sep-10 11:12
stephen.darling15-Sep-10 11:12 
AnswerMessage Closed Pin
15-Sep-10 22:09
stancrm15-Sep-10 22:09 
GeneralRe: Back with base10, an example code. Hopefully I can exaplain now Pin
stephen.darling16-Sep-10 4:32
stephen.darling16-Sep-10 4:32 
AnswerRe: Back with base10, an example code. Hopefully I can exaplain now Pin
David Skelly15-Sep-10 22:41
David Skelly15-Sep-10 22:41 
GeneralRe: Back with base10, an example code. Hopefully I can exaplain now Pin
Bassam Abdul-Baki16-Sep-10 3:25
professionalBassam Abdul-Baki16-Sep-10 3:25 
GeneralRe: Back with base10, an example code. Hopefully I can exaplain now Pin
David Skelly16-Sep-10 5:58
David Skelly16-Sep-10 5:58 
QuestionTCPIP client server communications Pin
dwolver15-Sep-10 3:03
dwolver15-Sep-10 3:03 
I'm trying to learn how to communicate between applications and evaluation of the various projects i've come across have helped, but i still have one area i'm not having luck with. Lets say i have a tcpclient connected and it sends a message to server, servers listener accepts it adds the client object to a list and can respond to requests from the client. The connection stays active and my client gui app can press button repeating the process.

Now on sever side gui app lets say i want to initiate a message to the client. I try to utilize the same client object and send some data, but client does not get the message until the connection ends, ie a disconnect.

Anyone have any code examples or links to some that would demonstrate this process?
AnswerMessage Closed Pin
15-Sep-10 3:33
stancrm15-Sep-10 3:33 

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.