Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to access protected-pass folder Pin
Dave Kreskowiak31-May-07 13:43
mveDave Kreskowiak31-May-07 13:43 
GeneralRe: how to access protected-pass folder Pin
mikker_12331-May-07 13:48
mikker_12331-May-07 13:48 
GeneralRe: how to access protected-pass folder Pin
Dave Kreskowiak31-May-07 17:25
mveDave Kreskowiak31-May-07 17:25 
GeneralRe: how to access protected-pass folder Pin
alex.almeida1-Jun-07 3:48
alex.almeida1-Jun-07 3:48 
GeneralRe: how to access protected-pass folder Pin
mikker_1231-Jun-07 7:59
mikker_1231-Jun-07 7:59 
GeneralRe: how to access protected-pass folder Pin
alex.almeida4-Jun-07 4:01
alex.almeida4-Jun-07 4:01 
QuestionHow to monitor an incoming TCP/IP connection in C#? Pin
adeeeljan31-May-07 11:14
adeeeljan31-May-07 11:14 
AnswerRe: How to monitor an incoming TCP/IP connection in C#? Pin
Dave Kreskowiak31-May-07 13:21
mveDave Kreskowiak31-May-07 13:21 
This is useless because the monitor can't do anything. Your monitor won't know there is a problem until it's too late. Your application will also have to interact with this monitor so it knows what it's looking for, no what it's no longer supposed to be looking for. If the server cuts out, your app, nor your monitor will never know about untilo your app tries to send. The only thing will happen is that your app and the monitor will just be waiting for a response that won't come.

The best way to handle this is better exception handling and recovery on your side. Even with the monitor, it's what you're going to be forced to do anyway.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionForm Opacity and OnClose() Pin
Wraith Lunati31-May-07 11:01
Wraith Lunati31-May-07 11:01 
AnswerRe: Form Opacity and OnClose() Pin
Christian Graus31-May-07 11:10
protectorChristian Graus31-May-07 11:10 
GeneralRe: Form Opacity and OnClose() Pin
Wraith Lunati31-May-07 11:31
Wraith Lunati31-May-07 11:31 
GeneralRe: Form Opacity and OnClose() Pin
Christian Graus31-May-07 11:50
protectorChristian Graus31-May-07 11:50 
GeneralRe: DummyClose Pin
Wraith Lunati31-May-07 12:22
Wraith Lunati31-May-07 12:22 
GeneralRe: Form Opacity and OnClose() Pin
Wraith Lunati31-May-07 11:58
Wraith Lunati31-May-07 11:58 
GeneralRe: Form Opacity and OnClose() Pin
Christian Graus31-May-07 12:43
protectorChristian Graus31-May-07 12:43 
GeneralRe: Article? Pin
Wraith Lunati31-May-07 13:11
Wraith Lunati31-May-07 13:11 
GeneralRe: Article? Pin
Christian Graus31-May-07 13:32
protectorChristian Graus31-May-07 13:32 
GeneralRe: Article? Pin
Wraith Lunati31-May-07 14:05
Wraith Lunati31-May-07 14:05 
Questionkill proccess with C# Pin
crash89331-May-07 10:06
crash89331-May-07 10:06 
AnswerRe: kill proccess with C# Pin
Tarakeshwar Reddy31-May-07 10:41
professionalTarakeshwar Reddy31-May-07 10:41 
GeneralRe: kill proccess with C# Pin
crash89331-May-07 11:19
crash89331-May-07 11:19 
GeneralRe: kill proccess with C# Pin
Christian Graus31-May-07 11:26
protectorChristian Graus31-May-07 11:26 
GeneralRe: kill proccess with C# Pin
Tarakeshwar Reddy31-May-07 12:37
professionalTarakeshwar Reddy31-May-07 12:37 
GeneralRe: kill proccess with C# Pin
crash89331-May-07 19:24
crash89331-May-07 19:24 
GeneralRe: kill proccess with C# Pin
crash89331-May-07 20:01
crash89331-May-07 20:01 

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.