Click here to Skip to main content
15,917,875 members
Home / Discussions / C#
   

C#

 
QuestionSerialPort Control in VC# Express 2005 Pin
Audio_Developer17-Jul-06 21:31
Audio_Developer17-Jul-06 21:31 
GeneralRe: SerialPort Control in VC# Express 2005 Pin
Audio_Developer18-Jul-06 21:17
Audio_Developer18-Jul-06 21:17 
Question[Resource lookup failed...] Pin
Hariharan.T17-Jul-06 19:07
Hariharan.T17-Jul-06 19:07 
QuestionForm, Tabs and Controls --- Resizing Them Pin
shultas17-Jul-06 15:16
shultas17-Jul-06 15:16 
AnswerRe: Form, Tabs and Controls --- Resizing Them Pin
Alexander Wiseman17-Jul-06 15:34
Alexander Wiseman17-Jul-06 15:34 
QuestionSocket Question Pin
Tom Wright17-Jul-06 12:22
Tom Wright17-Jul-06 12:22 
AnswerRe: Socket Question Pin
Ed.Poore17-Jul-06 12:24
Ed.Poore17-Jul-06 12:24 
AnswerRe: Socket Question Pin
Mr. VB.NET18-Jul-06 0:47
Mr. VB.NET18-Jul-06 0:47 
At the line level there are two types of results from a socket close. A RST or a FIN (reset or fin). If you close a socket there is no data that should be seen at the application layer.

All network programming comes in two flavors Synchronous, and Asynchronous (from the application perspective). You say you don't get anything back? Change the close code to synchronous. You'll at least get an indicator back.
QuestionCan anyone think of any disadvantage of using a params parameter? Pin
wout de zeeuw17-Jul-06 11:48
wout de zeeuw17-Jul-06 11:48 
AnswerClarity Pin
Ennis Ray Lynch, Jr.17-Jul-06 12:19
Ennis Ray Lynch, Jr.17-Jul-06 12:19 
GeneralRe: Clarity Pin
Judah Gabriel Himango17-Jul-06 17:10
sponsorJudah Gabriel Himango17-Jul-06 17:10 
GeneralRe: Clarity Pin
Ennis Ray Lynch, Jr.17-Jul-06 17:14
Ennis Ray Lynch, Jr.17-Jul-06 17:14 
GeneralRe: Clarity Pin
Judah Gabriel Himango17-Jul-06 17:54
sponsorJudah Gabriel Himango17-Jul-06 17:54 
GeneralMy opinion on languages is such Pin
Ennis Ray Lynch, Jr.17-Jul-06 19:36
Ennis Ray Lynch, Jr.17-Jul-06 19:36 
GeneralRe: My opinion on languages is such Pin
leppie17-Jul-06 22:13
leppie17-Jul-06 22:13 
GeneralRe: My opinion on languages is such Pin
wout de zeeuw17-Jul-06 22:42
wout de zeeuw17-Jul-06 22:42 
AnswerRe: Can anyone think of any disadvantage of using a params parameter? Pin
leppie17-Jul-06 22:15
leppie17-Jul-06 22:15 
GeneralRe: Can anyone think of any disadvantage of using a params parameter? Pin
wout de zeeuw17-Jul-06 22:41
wout de zeeuw17-Jul-06 22:41 
GeneralRe: Can anyone think of any disadvantage of using a params parameter? Pin
leppie17-Jul-06 22:52
leppie17-Jul-06 22:52 
GeneralRe: Can anyone think of any disadvantage of using a params parameter? Pin
wout de zeeuw17-Jul-06 23:08
wout de zeeuw17-Jul-06 23:08 
QuestionWhen do use validator and/or try...throw statement. Pin
Skanless17-Jul-06 11:22
Skanless17-Jul-06 11:22 
AnswerRe: When do use validator and/or try...throw statement. Pin
leckey17-Jul-06 11:41
leckey17-Jul-06 11:41 
AnswerRe: When do use validator and/or try...throw statement. Pin
Nader Elshehabi17-Jul-06 11:55
Nader Elshehabi17-Jul-06 11:55 
GeneralRe: When do use validator and/or try...throw statement. Pin
Skanless17-Jul-06 12:51
Skanless17-Jul-06 12:51 
QuestionClient/Server App. Event Notification Pin
Ing. Pedro Fernandez17-Jul-06 10:14
Ing. Pedro Fernandez17-Jul-06 10:14 

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.