Click here to Skip to main content
15,910,123 members
Home / Discussions / C#
   

C#

 
GeneralRe: Difference between where() and where() in linq? Pin
Scott Dorman4-Mar-10 4:25
professionalScott Dorman4-Mar-10 4:25 
QuestionWeb Service web.config variables from dll in bin folder Pin
BASONJS2-Mar-10 23:39
BASONJS2-Mar-10 23:39 
QuestionHow to send commands to a running application from the command line? Pin
Ted On The Net2-Mar-10 22:43
Ted On The Net2-Mar-10 22:43 
AnswerRe: How to send commands to a running application from the command line? Pin
Eddy Vluggen2-Mar-10 23:35
professionalEddy Vluggen2-Mar-10 23:35 
GeneralRe: How to send commands to a running application from the command line? Pin
Ted On The Net2-Mar-10 23:42
Ted On The Net2-Mar-10 23:42 
GeneralRe: How to send commands to a running application from the command line? Pin
Som Shekhar2-Mar-10 23:53
Som Shekhar2-Mar-10 23:53 
GeneralRe: How to send commands to a running application from the command line? Pin
Eddy Vluggen3-Mar-10 0:00
professionalEddy Vluggen3-Mar-10 0:00 
GeneralRe: How to send commands to a running application from the command line? Pin
Ted On The Net3-Mar-10 0:13
Ted On The Net3-Mar-10 0:13 
ok, I need to be more clear Big Grin | :-D

Our release build process (compile, build, create iso, etc) is run multiple times a day with the use of 4NT batch files on a server. During the process, notifications about the progress are sent to all developers informing them about new compiler errors, files being locked etc. This way the people who need to fix something know they have to and the build process can be fired up again ASAP. They receive these messages in a small receiver app using UDP. The messages are sent with a broadcaster app using command line parameters. In the batch files we just execute the broadcast tool with some parameters, it sends the message and shuts down again. (like: broadcast <message type=""> <message to="" send=""> / broadcast error file not found: aFile.exe). The broadcaster and receiver tools are all built in Delphi. I want to rebuild it using C# as my first project (i'm currently making the transition from Delphi to C# guru (inhouse) :P)

Do you get the idea now? Smile | :) (hope so!)
- Life would be so much easier if I had the source code!
- If C# had true garbage collection, most applications would delete themselves upon execution Wink | ;)

GeneralRe: How to send commands to a running application from the command line? Pin
Eddy Vluggen3-Mar-10 0:30
professionalEddy Vluggen3-Mar-10 0:30 
AnswerRe: How to send commands to a running application from the command line? Pin
OriginalGriff2-Mar-10 23:42
mveOriginalGriff2-Mar-10 23:42 
GeneralRe: How to send commands to a running application from the command line? Pin
Ted On The Net2-Mar-10 23:44
Ted On The Net2-Mar-10 23:44 
AnswerRe: How to send commands to a running application from the command line? Pin
PIEBALDconsult3-Mar-10 3:51
mvePIEBALDconsult3-Mar-10 3:51 
Questioncreate word file Pin
Milind Panchal2-Mar-10 22:33
Milind Panchal2-Mar-10 22:33 
AnswerRe: create word file Pin
Eddy Vluggen2-Mar-10 23:41
professionalEddy Vluggen2-Mar-10 23:41 
QuestionUpdate Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
pankaj.calm2-Mar-10 22:17
professionalpankaj.calm2-Mar-10 22:17 
QuestionRe: Update Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
Eddy Vluggen3-Mar-10 0:55
professionalEddy Vluggen3-Mar-10 0:55 
AnswerRe: Update Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
pankaj.calm3-Mar-10 0:59
professionalpankaj.calm3-Mar-10 0:59 
QuestionRe: Update Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
Eddy Vluggen3-Mar-10 1:39
professionalEddy Vluggen3-Mar-10 1:39 
AnswerRe: Update Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
pankaj.calm3-Mar-10 2:02
professionalpankaj.calm3-Mar-10 2:02 
GeneralRe: Update Cell Value into Excel Cell like 2009.03 and it become 2009.3 Pin
Eddy Vluggen3-Mar-10 3:03
professionalEddy Vluggen3-Mar-10 3:03 
QuestionRemote administration Pin
kebedetesema2-Mar-10 22:10
kebedetesema2-Mar-10 22:10 
AnswerRe: Remote administration Pin
Eddy Vluggen2-Mar-10 23:51
professionalEddy Vluggen2-Mar-10 23:51 
GeneralRe: Remote administration Pin
kebedetesema3-Mar-10 1:56
kebedetesema3-Mar-10 1:56 
GeneralRe: Remote administration Pin
Eddy Vluggen3-Mar-10 2:09
professionalEddy Vluggen3-Mar-10 2:09 
GeneralRe: Remote administration Pin
kebedetesema3-Mar-10 3:38
kebedetesema3-Mar-10 3:38 

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.