Click here to Skip to main content
15,911,896 members
Home / Discussions / C#
   

C#

 
QuestionHelp Pin
mazroni28-Sep-11 8:34
mazroni28-Sep-11 8:34 
AnswerRe: Help Pin
Eddy Vluggen28-Sep-11 9:46
professionalEddy Vluggen28-Sep-11 9:46 
QuestionOutlook 2007 Add-In Crashes Occasionally Pin
Matt U.28-Sep-11 3:56
Matt U.28-Sep-11 3:56 
QuestionRe: Outlook 2007 Add-In Crashes Occasionally Pin
Eddy Vluggen28-Sep-11 7:36
professionalEddy Vluggen28-Sep-11 7:36 
AnswerRe: Outlook 2007 Add-In Crashes Occasionally Pin
Matt U.28-Sep-11 7:41
Matt U.28-Sep-11 7:41 
GeneralRe: Outlook 2007 Add-In Crashes Occasionally Pin
Eddy Vluggen28-Sep-11 7:48
professionalEddy Vluggen28-Sep-11 7:48 
QuestionNeeded: WinForms CheckBox/RadioButton with HTML Text Pin
Steve Harp28-Sep-11 2:53
Steve Harp28-Sep-11 2:53 
AnswerRe: Needed: WinForms CheckBox/RadioButton with HTML Text Pin
BobJanova28-Sep-11 3:56
BobJanova28-Sep-11 3:56 
AnswerRe: Needed: WinForms CheckBox/RadioButton with HTML Text Pin
BillWoodruff28-Sep-11 3:59
professionalBillWoodruff28-Sep-11 3:59 
GeneralRe: Needed: WinForms CheckBox/RadioButton with HTML Text Pin
Steve Harp28-Sep-11 4:16
Steve Harp28-Sep-11 4:16 
GeneralRe: Needed: WinForms CheckBox/RadioButton with HTML Text Pin
BillWoodruff28-Sep-11 4:41
professionalBillWoodruff28-Sep-11 4:41 
AnswerRe: Needed: WinForms CheckBox/RadioButton with HTML Text Pin
Luc Pattyn28-Sep-11 4:31
sitebuilderLuc Pattyn28-Sep-11 4:31 
AnswerRe: Needed: WinForms CheckBox/RadioButton with HTML Text Pin
Eddy Vluggen28-Sep-11 9:30
professionalEddy Vluggen28-Sep-11 9:30 
QuestionUsing SIP CallOut and SIP UA examples Pin
DEEBETT27-Sep-11 22:53
DEEBETT27-Sep-11 22:53 
QuestionClient to Client TCP Chat program Pin
nitin_ion27-Sep-11 20:32
nitin_ion27-Sep-11 20:32 
AnswerRe: Client to Client TCP Chat program Pin
Richard MacCutchan27-Sep-11 22:23
mveRichard MacCutchan27-Sep-11 22:23 
AnswerRe: Client to Client TCP Chat program Pin
walterhevedeich27-Sep-11 22:34
professionalwalterhevedeich27-Sep-11 22:34 
AnswerRe: Client to Client TCP Chat program Pin
BobJanova27-Sep-11 22:38
BobJanova27-Sep-11 22:38 
GeneralRe: Client to Client TCP Chat program Pin
nitin_ion28-Sep-11 1:39
nitin_ion28-Sep-11 1:39 
GeneralRe: Client to Client TCP Chat program Pin
BobJanova28-Sep-11 3:21
BobJanova28-Sep-11 3:21 
GeneralRe: Client to Client TCP Chat program Pin
nitin_ion28-Sep-11 3:49
nitin_ion28-Sep-11 3:49 
GeneralRe: Client to Client TCP Chat program Pin
BobJanova28-Sep-11 3:59
BobJanova28-Sep-11 3:59 
GeneralRe: Client to Client TCP Chat program Pin
nitin_ion28-Sep-11 21:01
nitin_ion28-Sep-11 21:01 
GeneralRe: Client to Client TCP Chat program Pin
BobJanova28-Sep-11 22:35
BobJanova28-Sep-11 22:35 
GeneralRe: Client to Client TCP Chat program Pin
Richard MacCutchan28-Sep-11 3:58
mveRichard MacCutchan28-Sep-11 3:58 
You should save the client's socket address as a result of the EndAccept() method. you can then use that socket to communicate with the individual client. If you are dealing with multiple clients then you need to have some sort of login protocol that allows you to map a socket to a particular user. TCP/IP Chat Application Using C#[^] uses this method and should help to explain things for you.
Unrequited desire is character building. OriginalGriff


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.