Click here to Skip to main content
16,005,038 members
Home / Discussions / C#
   

C#

 
GeneralRe: Try{}Catch{} Problem Pin
Luc Pattyn7-Apr-08 14:58
sitebuilderLuc Pattyn7-Apr-08 14:58 
GeneralRe: Try{}Catch{} Problem Pin
Jammer7-Apr-08 23:16
Jammer7-Apr-08 23:16 
Questionhow to convert excel files to fixed length files Pin
vihari7-Apr-08 7:34
vihari7-Apr-08 7:34 
GeneralRe: how to convert excel files to fixed length files Pin
Christian Graus7-Apr-08 11:32
protectorChristian Graus7-Apr-08 11:32 
JokeRe: how to convert excel files to fixed length files Pin
PIEBALDconsult7-Apr-08 14:11
mvePIEBALDconsult7-Apr-08 14:11 
QuestionC# Service / program comms Pin
I'm a member...7-Apr-08 6:54
I'm a member...7-Apr-08 6:54 
GeneralRe: C# Service / program comms Pin
led mike7-Apr-08 7:17
led mike7-Apr-08 7:17 
GeneralRe: C# Service / program comms Pin
carbon_golem7-Apr-08 8:36
carbon_golem7-Apr-08 8:36 
Use sockets. Don't broadcast without a connection, it's wasteful.
You'll have to implement some logic and dig deeper into IPC to resolve your object lifetime problem and maybe write more robust shutdown code if you pursue that direction.
With a socket, you'll establish a connection to the service, and on a successful connect on both sides, make routines for server sending for each client and client receiving data. The shutdown code will be important in that case as well.

Scott

"Run for your life from any man who tells you that money is evil. That sentence is the leper's bell of an approaching looter." --Ayn Rand

Generalusing a List<> object in an abstract class Pin
Vodstok7-Apr-08 6:17
Vodstok7-Apr-08 6:17 
GeneralRe: using a List<> object in an abstract class Pin
Giorgi Dalakishvili7-Apr-08 6:27
mentorGiorgi Dalakishvili7-Apr-08 6:27 
GeneralRe: using a List<> object in an abstract class Pin
Vodstok7-Apr-08 7:29
Vodstok7-Apr-08 7:29 
GeneralRe: using a List<> object in an abstract class Pin
Giorgi Dalakishvili7-Apr-08 7:53
mentorGiorgi Dalakishvili7-Apr-08 7:53 
GeneralRe: using a List<> object in an abstract class Pin
Vodstok7-Apr-08 8:11
Vodstok7-Apr-08 8:11 
GeneralRe: using a List<> object in an abstract class Pin
Giorgi Dalakishvili7-Apr-08 8:17
mentorGiorgi Dalakishvili7-Apr-08 8:17 
GeneralRe: using a List<> object in an abstract class Pin
Vodstok7-Apr-08 8:23
Vodstok7-Apr-08 8:23 
GeneralRe: using a List<> object in an abstract class Pin
Giorgi Dalakishvili7-Apr-08 8:33
mentorGiorgi Dalakishvili7-Apr-08 8:33 
GeneralRe: using a List<> object in an abstract class Pin
Vodstok8-Apr-08 6:24
Vodstok8-Apr-08 6:24 
GeneralRe: using a List<> object in an abstract class Pin
Giorgi Dalakishvili8-Apr-08 6:39
mentorGiorgi Dalakishvili8-Apr-08 6:39 
GeneralRe: using a List<> object in an abstract class Pin
Vodstok8-Apr-08 7:13
Vodstok8-Apr-08 7:13 
GeneralRe: using a List<> object in an abstract class Pin
Giorgi Dalakishvili9-Apr-08 0:10
mentorGiorgi Dalakishvili9-Apr-08 0:10 
GeneralPassing Data between 2 exes. Pin
Ian Uy7-Apr-08 6:01
Ian Uy7-Apr-08 6:01 
GeneralRe: Passing Data between 2 exes. Pin
Anthony Mushrow7-Apr-08 6:06
professionalAnthony Mushrow7-Apr-08 6:06 
GeneralRe: Passing Data between 2 exes. Pin
Christian Graus7-Apr-08 11:33
protectorChristian Graus7-Apr-08 11:33 
GeneralRe: Passing Data between 2 exes. Pin
Ian Uy7-Apr-08 19:06
Ian Uy7-Apr-08 19:06 
GeneralCyrillic Problem Pin
nike_arh7-Apr-08 5:17
nike_arh7-Apr-08 5:17 

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.