Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
AnswerRe: Form Focus Pin
Cubzfan23-Jun-06 8:07
Cubzfan23-Jun-06 8:07 
GeneralRe: Form Focus Pin
Jun Du23-Jun-06 8:22
Jun Du23-Jun-06 8:22 
AnswerRe: Form Focus Pin
Dave Kreskowiak23-Jun-06 8:03
mveDave Kreskowiak23-Jun-06 8:03 
AnswerRe: Form Focus [modified] Pin
Nader Elshehabi23-Jun-06 10:48
Nader Elshehabi23-Jun-06 10:48 
Questioncompile a project Pin
waheed awan23-Jun-06 6:56
waheed awan23-Jun-06 6:56 
AnswerRe: compile a project Pin
Not Active23-Jun-06 7:11
mentorNot Active23-Jun-06 7:11 
QuestionCommunicating between applications Pin
smurfy3423-Jun-06 6:40
smurfy3423-Jun-06 6:40 
AnswerRe: Communicating between applications Pin
Jun Du23-Jun-06 7:25
Jun Du23-Jun-06 7:25 
This seems to be a typical multi-process application. I prefer to implement them as server/client.

1) Build Program B as a service on Windows. Program A(or C) can easily check if the service is running. Launch the service if it's not running.

2) Implement an IPC channel between Program B and Program A(or C).

smurfy34 wrote:
Please could you give me tips on how to launch progB from other programs and how to leave it on (not be a child of the lauuncher)


Launch Program B as a service or spawn it as a separate process. Either way, Program B will be on even when you close Program A.

smurfy34 wrote:
how to initate communication with progB if an instance is already running.


Through IPC, like socket or shared memory.





Best,
Jun
QuestionCOMPILE A CSHARP PROJECT Pin
waheed awan23-Jun-06 6:37
waheed awan23-Jun-06 6:37 
AnswerRe: COMPILE A CSHARP PROJECT Pin
smurfy3423-Jun-06 6:41
smurfy3423-Jun-06 6:41 
AnswerRe: COMPILE A CSHARP PROJECT Pin
Not Active23-Jun-06 7:09
mentorNot Active23-Jun-06 7:09 
GeneralRe: COMPILE A CSHARP PROJECT Pin
waheed awan23-Jun-06 7:28
waheed awan23-Jun-06 7:28 
GeneralRe: COMPILE A CSHARP PROJECT Pin
Not Active23-Jun-06 8:17
mentorNot Active23-Jun-06 8:17 
GeneralRe: COMPILE A CSHARP PROJECT Pin
waheed awan23-Jun-06 9:22
waheed awan23-Jun-06 9:22 
QuestionDragDrop registration did not succeed Pin
Saamir23-Jun-06 6:08
Saamir23-Jun-06 6:08 
GeneralCrossing the process boundry with .NET Pin
suguimoto23-Jun-06 5:39
suguimoto23-Jun-06 5:39 
QuestionPrint RichtTextBox with BackColor Pin
Fco. Javier Marin23-Jun-06 5:32
Fco. Javier Marin23-Jun-06 5:32 
QuestionCatching Exceptions Pin
Colin Angus Mackay23-Jun-06 5:02
Colin Angus Mackay23-Jun-06 5:02 
AnswerRe: Catching Exceptions Pin
Dustin Metzgar23-Jun-06 5:07
Dustin Metzgar23-Jun-06 5:07 
AnswerRe: Catching Exceptions Pin
Josh Smith23-Jun-06 5:07
Josh Smith23-Jun-06 5:07 
AnswerRe: Catching Exceptions Pin
BoneSoft23-Jun-06 5:17
BoneSoft23-Jun-06 5:17 
GeneralRe: Catching Exceptions [modified] Pin
Colin Angus Mackay23-Jun-06 6:10
Colin Angus Mackay23-Jun-06 6:10 
GeneralRe: Catching Exceptions Pin
Colin Angus Mackay23-Jun-06 6:13
Colin Angus Mackay23-Jun-06 6:13 
GeneralRe: Catching Exceptions [modified] Pin
BoneSoft23-Jun-06 6:17
BoneSoft23-Jun-06 6:17 
AnswerRe: Catching Exceptions Pin
A.A.23-Jun-06 10:36
A.A.23-Jun-06 10:36 

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.