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

C#

 
AnswerRe: how i can translate word from english to arabic and vise verse using word object in c# Pin
LongRange.Shooter21-Mar-06 7:24
LongRange.Shooter21-Mar-06 7:24 
QuestionProtect Media Files Pin
Kostas Dak21-Mar-06 5:45
Kostas Dak21-Mar-06 5:45 
AnswerRe: Protect Media Files Pin
Ahmad Mahmoud [candseeme]21-Mar-06 22:38
Ahmad Mahmoud [candseeme]21-Mar-06 22:38 
Question"Reactivating" Form Pin
MarcoNedwig21-Mar-06 5:45
MarcoNedwig21-Mar-06 5:45 
QuestionSelection problem with Custom Control for CF Pin
rnvrnv21-Mar-06 5:42
rnvrnv21-Mar-06 5:42 
Questionplease help me, i cant find the way out Pin
yamacom21-Mar-06 5:30
yamacom21-Mar-06 5:30 
AnswerRe: please help me, i cant find the way out Pin
J4amieC21-Mar-06 5:43
J4amieC21-Mar-06 5:43 
AnswerRe: please help me, i cant find the way out Pin
Anil C21-Mar-06 7:08
Anil C21-Mar-06 7:08 
AnswerRe: please help me, i cant find the way out Pin
Luis Alonso Ramos21-Mar-06 17:36
Luis Alonso Ramos21-Mar-06 17:36 
GeneralRe: please help me, i cant find the way out Pin
yamacom21-Mar-06 20:21
yamacom21-Mar-06 20:21 
GeneralRe: please help me, i cant find the way out Pin
Luis Alonso Ramos22-Mar-06 6:29
Luis Alonso Ramos22-Mar-06 6:29 
QuestionFile in use? Pin
Harish Krishnan21-Mar-06 5:15
Harish Krishnan21-Mar-06 5:15 
AnswerRe: File in use? Pin
tarasn21-Mar-06 22:36
tarasn21-Mar-06 22:36 
QuestionHow to paint a rotate rectangle in form? Pin
summercoal21-Mar-06 4:33
summercoal21-Mar-06 4:33 
Questioninterop programming Pin
V.21-Mar-06 3:58
professionalV.21-Mar-06 3:58 
AnswerRe: interop programming Pin
leppie21-Mar-06 7:00
leppie21-Mar-06 7:00 
GeneralRe: interop programming Pin
V.21-Mar-06 20:15
professionalV.21-Mar-06 20:15 
AnswerRe: interop programming Pin
Judah Gabriel Himango21-Mar-06 8:23
sponsorJudah Gabriel Himango21-Mar-06 8:23 
GeneralRe: interop programming Pin
V.21-Mar-06 20:16
professionalV.21-Mar-06 20:16 
QuestionADO.NET Encrypted data Pin
gmhanna21-Mar-06 3:28
gmhanna21-Mar-06 3:28 
QuestionRegex question - how to match crc checksum Pin
daniilzol21-Mar-06 3:26
daniilzol21-Mar-06 3:26 
QuestionUpdating DataTable Pin
zaboboa21-Mar-06 3:07
zaboboa21-Mar-06 3:07 
Questionprivate chat web-application in c# using socket programming Pin
shabeer.ak21-Mar-06 2:15
shabeer.ak21-Mar-06 2:15 
AnswerRe: private chat web-application in c# using socket programming Pin
Anil C21-Mar-06 2:43
Anil C21-Mar-06 2:43 
hi shabeer,
If your application is only for LAN then TCP sockets is somethig that is genrally used. If you need your application to be used from Internet then this TCP socket will not work if you computer is behind a proxy. So It all depends what is the scope of your project.
Also its better if you use synchronous communication for sosckets as you handle of all threads and can manage threading rather that using system threads when by using asynhronous communication.

In short- TCP sockets will not work behind proxy.
you need to have all you system with external IP if using tcp sockets.
Regards,
AnilSmile | :)
GeneralRe: private chat web-application in c# using socket programming Pin
shabeer.ak21-Mar-06 17:00
shabeer.ak21-Mar-06 17:00 

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.