Click here to Skip to main content
15,913,937 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need to close other Browser's whn i open my browser ( Windows Application ) Pin
Krishna Varadharajan23-Jul-10 21:24
Krishna Varadharajan23-Jul-10 21:24 
GeneralRe: Need to close other Browser's whn i open my browser ( Windows Application ) Pin
Richard MacCutchan23-Jul-10 22:01
mveRichard MacCutchan23-Jul-10 22:01 
GeneralRe: Need to close other Browser's whn i open my browser ( Windows Application ) Pin
Dave Kreskowiak24-Jul-10 4:12
mveDave Kreskowiak24-Jul-10 4:12 
GeneralRe: Need to close other Browser's whn i open my browser ( Windows Application ) Pin
PIEBALDconsult24-Jul-10 4:34
mvePIEBALDconsult24-Jul-10 4:34 
QuestionResolved : C# Socket programming not working in communication with linux machine. [modified] Pin
jobin00700723-Jul-10 11:35
jobin00700723-Jul-10 11:35 
AnswerRe: C# Socket programming not working in communication with linux machine. Pin
Ennis Ray Lynch, Jr.23-Jul-10 12:28
Ennis Ray Lynch, Jr.23-Jul-10 12:28 
GeneralRe: C# Socket programming not working in communication with linux machine. Pin
jobin00700726-Jul-10 2:55
jobin00700726-Jul-10 2:55 
AnswerRe: C# Socket programming not working in communication with linux machine. Pin
Richard MacCutchan23-Jul-10 22:08
mveRichard MacCutchan23-Jul-10 22:08 
It is very unlikely that the base protocol is causing your problems as these are tried and tested systems working all around the world every minute of every day. It is much more likely that the sequence of messages that you send to the server are incorrect, in the wrong order, or missing some vital piece of data. I notice in the above that you do a socket.Shutdown() immediately after your socket.Send() whereas I would expect some sort of input message to be received from the Linux server first. In general you would not close your socket until both ends have agreed that the conversation is complete.
It's time for a new signature.

AnswerRe: Resolved : C# Socket programming not working in communication with linux machine. Pin
jobin00700727-Jul-10 5:35
jobin00700727-Jul-10 5:35 
QuestionDeploy C# application with C organized dll Pin
firas_hamzeh23-Jul-10 11:23
firas_hamzeh23-Jul-10 11:23 
AnswerRe: Deploy C# application with C organized dll Pin
Luc Pattyn23-Jul-10 16:25
sitebuilderLuc Pattyn23-Jul-10 16:25 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh23-Jul-10 23:05
firas_hamzeh23-Jul-10 23:05 
AnswerRe: Deploy C# application with C organized dll Pin
Luc Pattyn23-Jul-10 23:43
sitebuilderLuc Pattyn23-Jul-10 23:43 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh24-Jul-10 0:08
firas_hamzeh24-Jul-10 0:08 
GeneralRe: Deploy C# application with C organized dll Pin
Luc Pattyn24-Jul-10 0:20
sitebuilderLuc Pattyn24-Jul-10 0:20 
GeneralRe: Deploy C# application with C organized dll Pin
firas_hamzeh24-Jul-10 0:42
firas_hamzeh24-Jul-10 0:42 
GeneralRe: Deploy C# application with C organized dll Pin
Luc Pattyn24-Jul-10 1:10
sitebuilderLuc Pattyn24-Jul-10 1:10 
QuestionBinaryFormater FileStream structure Pin
Mark H Bishop23-Jul-10 10:28
Mark H Bishop23-Jul-10 10:28 
AnswerRe: BinaryFormater FileStream structure Pin
Pete O'Hanlon23-Jul-10 11:07
mvePete O'Hanlon23-Jul-10 11:07 
QuestionLive GPS data and Video synchronized recording and playback Pin
faheemnadeem23-Jul-10 7:48
faheemnadeem23-Jul-10 7:48 
AnswerRe: Live GPS data and Video synchronized recording and playback Pin
Ennis Ray Lynch, Jr.23-Jul-10 9:15
Ennis Ray Lynch, Jr.23-Jul-10 9:15 
GeneralRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem23-Jul-10 11:31
faheemnadeem23-Jul-10 11:31 
QuestionRe: Live GPS data and Video synchronized recording and playback Pin
vijayr10-Nov-10 23:04
vijayr10-Nov-10 23:04 
AnswerRe: Live GPS data and Video synchronized recording and playback Pin
faheemnadeem15-Nov-10 2:29
faheemnadeem15-Nov-10 2:29 
GeneralRe: Live GPS data and Video synchronized recording and playback [modified] Pin
vijayr15-Nov-10 19:05
vijayr15-Nov-10 19:05 

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.